Html Css Color HEX #78ABAA Neptune

📋 copy color: '#78ABAA'

red 120 ◦ green 171 ◦ blue 170

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

Shades of Neptune #78ABAA

Tints of Neptune #78ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

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

R = 26.03%
G = 37.09%
B = 36.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#78ABAA (or 0x78ABAA) is known color: Neptune. HEX triplet: 78, AB and AA. RGB value is (120,171,170). Sum of RGB (Red+Green+Blue) = 120+171+170=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #78ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ABAA is #875455. Grayscale: #9B9B9B. Windows color (decimal): -8868950 or 11185016. OLE color: 11185016.

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

Color convert

RGB 120 171 170 -
CMYK 0.30 0 0.01 0.33
HSL 178.82º 0.23% 0.57% -
HSV(B) 178.82º 0.3% 0.67% -
XYZ 29.56 36.02 43.42 -
YUV 155.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 120 171 170 0.30 0 0.01 0.33 178.82 0.23 0.57
Hex 78 AB AA 1E 0 1 21 B3 17 39
Octal 170 253 252 36 0 1 41 263 27 71
Binary 1111000 10101011 10101010 11110 0 1 100001 10110011 10111 111001

Color Harmonies of #78ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABAA

Black with #78ABAA

Text Example


Text Example

White with #78ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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