Html Css Color HEX #78ABAB Neptune

📋 copy color: '#78ABAB'

red 120 ◦ green 171 ◦ blue 171

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

Shades of Neptune #78ABAB

Tints of Neptune #78ABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 25.97%
G = 37.01%
B = 37.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#78ABAB (or 0x78ABAB) is known color: Neptune. HEX triplet: 78, AB and AB. RGB value is (120,171,171). Sum of RGB (Red+Green+Blue) = 120+171+171=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #78ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ABAB is #875454. Grayscale: #9B9B9B. Windows color (decimal): -8868949 or 11250552. OLE color: 11250552.

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

Color convert

RGB 120 171 171 -
CMYK 0.30 0 0 0.33
HSL 180º 0.23% 0.57% -
HSV(B) 180º 0.3% 0.67% -
XYZ 29.66 36.06 43.92 -
YUV 155.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 120 171 171 0.30 0 0 0.33 180 0.23 0.57
Hex 78 AB AB 1E 0 0 21 B4 17 39
Octal 170 253 253 36 0 0 41 264 27 71
Binary 1111000 10101011 10101011 11110 0 0 100001 10110100 10111 111001

Color Harmonies of #78ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABAB

Black with #78ABAB

Text Example


Text Example

White with #78ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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