Html Css Color HEX #78AAA9 Neptune

📋 copy color: '#78AAA9'

red 120 ◦ green 170 ◦ blue 169

#78AAA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #78AAA9

Tints of Neptune #78AAA9

RGB

 RED value IS 120 (47.27% from 255) = 26.14%

 GREEN value IS 170 (66.8% from 255) = 37.04%

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 26.14%
G = 37.04%
B = 36.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#78AAA9 (or 0x78AAA9) is known color: Neptune. HEX triplet: 78, AA and A9. RGB value is (120,170,169). Sum of RGB (Red+Green+Blue) = 120+170+169=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #78AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAA9 is #875556. Grayscale: #9A9A9A. Windows color (decimal): -8869207 or 11119224. OLE color: 11119224.

HSL color Cylindrical-coordinate representation of color #78AAA9: hue angle of 178.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AAA9 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 170 169 -
CMYK 0.29 0 0.01 0.33
HSL 178.8º 0.23% 0.57% -
HSV(B) 178.8º 0.29% 0.67% -
XYZ 29.28 35.61 42.87 -
YUV 154.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 120 170 169 0.29 0 0.01 0.33 178.8 0.23 0.57
Hex 78 AA A9 1D 0 1 21 B3 17 39
Octal 170 252 251 35 0 1 41 263 27 71
Binary 1111000 10101010 10101001 11101 0 1 100001 10110011 10111 111001

Color Harmonies of #78AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AAA9

Black with #78AAA9

Text Example


Text Example

White with #78AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,170,169); }

 H1.HeaderClassName
 {
   color: #78AAA9;
 }
 .AnyTagClassName
 {
   color: #78AAA9;
 }
</style>

background-color css

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

 a { background-color: rgb(120,170,169); }

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

border-color css

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

 span { border-color: rgb(120,170,169); }

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