#78AEAF

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

Shades of Neptune #78AEAF

Tints of Neptune #78AEAF

Color information

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

HSL color Cylindrical-coordinate representation of color #78AEAF: hue angle of 181.09º 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 #78AEAF is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120174175-
CMYK0.310.0100.31
HSL181.09º25.58%57.84%-
HSV(B)181.09º31.43%68.63%-
XYZ30.6237.3646.15-
YUV157.97137.61100.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201741750.310.0100.31181.0925.5857.84
Hex78AEAF1F101Fb51a3a
Octal1702562573710372653272
Binary111100010101110101011111111110111111011010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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