Html Css Color HEX #78A2AA Neptune

📋 copy color: '#78A2AA'

red 120 ◦ green 162 ◦ blue 170

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

Shades of Neptune #78A2AA

Tints of Neptune #78A2AA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 26.55%
G = 35.84%
B = 37.61%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#78A2AA (or 0x78A2AA) is known color: Neptune. HEX triplet: 78, A2 and AA. RGB value is (120,162,170). Sum of RGB (Red+Green+Blue) = 120+162+170=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #78A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A2AA is #875D55. Grayscale: #969696. Windows color (decimal): -8871254 or 11182712. OLE color: 11182712.

HSL color Cylindrical-coordinate representation of color #78A2AA: hue angle of 189.6º 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 #78A2AA is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 162 170 -
CMYK 0.29 0.05 0 0.33
HSL 189.6º 0.23% 0.57% -
HSV(B) 189.6º 0.29% 0.67% -
XYZ 27.92 32.74 42.88 -
YUV 150.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 120 162 170 0.29 0.05 0 0.33 189.6 0.23 0.57
Hex 78 A2 AA 1D 5 0 21 BE 17 39
Octal 170 242 252 35 5 0 41 276 27 71
Binary 1111000 10100010 10101010 11101 101 0 100001 10111110 10111 111001

Color Harmonies of #78A2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A2AA

Black with #78A2AA

Text Example


Text Example

White with #78A2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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