#78AFAE

Color #78AFAE Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #78AFAE

Tints of Neptune #78AFAE

Color information

#78AFAE (or 0x78AFAE) is unknown color: approx Neptune. HEX triplet: 78, AF and AE. RGB value is (120,175,174). Sum of RGB (Red+Green+Blue) = 120+175+174=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #78AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AFAE is #875051. Grayscale: #9E9E9E. Windows color (decimal): -8867922 or 11448184. OLE color: 11448184.

HSL color Cylindrical-coordinate representation of color #78AFAE: hue angle of 178.91º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AFAE is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB120175174-
CMYK0.3100.010.31
HSL178.91º25.58%57.84%-
HSV(B)178.91º31.43%68.63%-
XYZ30.7237.7145.7-
YUV158.44136.78100.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 25.59%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=25.59%
G=37.31%
B=37.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201751740.3100.010.31178.9125.5857.84
Hex78AFAE1F011Fb31a3a
Octal1702572563701372633272
Binary111100010101111101011101111101111111011001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AFAE; }

 p { color: rgb(120,175,174); }

 H1.HeaderClassName
 {
   color: #78AFAE;
 }
 .AnyTagClassName
 {
   color: #78AFAE;
 }
</style>
background-color css

<style>
 a { background-color: #78AFAE; }

 a { background-color: rgb(120,175,174); }

 div.DivClassName
 {
   background-color: #78AFAE;
 }
 .BgClassName
 {
   background-color: #78AFAE;
 }
</style>
border-color css

<style>
 span { border-color: #78AFAE; }

 span { border-color: rgb(120,175,174); }

 td.TdClassName
 {
   border-color: #78AFAE;
 }
 .TagClassName
 {
   border-color: #78AFAE;
 }
</style>