Html Css Color HEX #79ABA8 Neptune

📋 copy color: '#79ABA8'

red 121 ◦ green 171 ◦ blue 168

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

Shades of Neptune #79ABA8

Tints of Neptune #79ABA8

RGB

 RED value IS 121 (47.66% from 255) = 26.3%

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

 BLUE value IS 168 (66.02% from 255) = 36.52%

R = 26.3%
G = 37.17%
B = 36.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#79ABA8 (or 0x79ABA8) is known color: Neptune. HEX triplet: 79, AB and A8. RGB value is (121,171,168). Sum of RGB (Red+Green+Blue) = 121+171+168=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #79ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ABA8 is #865457. Grayscale: #9B9B9B. Windows color (decimal): -8803416 or 11053945. OLE color: 11053945.

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

Color convert

RGB 121 171 168 -
CMYK 0.29 0 0.02 0.33
HSL 176.4º 0.23% 0.57% -
HSV(B) 176.4º 0.29% 0.67% -
XYZ 29.52 36.02 42.44 -
YUV 155.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 121 171 168 0.29 0 0.02 0.33 176.4 0.23 0.57
Hex 79 AB A8 1D 0 2 21 B0 17 39
Octal 171 253 250 35 0 2 41 260 27 71
Binary 1111001 10101011 10101000 11101 0 10 100001 10110000 10111 111001

Color Harmonies of #79ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ABA8

Black with #79ABA8

Text Example


Text Example

White with #79ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79ABA8; }

 p { color: rgb(121,171,168); }

 H1.HeaderClassName
 {
   color: #79ABA8;
 }
 .AnyTagClassName
 {
   color: #79ABA8;
 }
</style>

background-color css

<style>
 a { background-color: #79ABA8; }

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

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

border-color css

<style>
 span { border-color: #79ABA8; }

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

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