Html Css Color HEX #79AAA8 Neptune

📋 copy color: '#79AAA8'

red 121 ◦ green 170 ◦ blue 168

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

Shades of Neptune #79AAA8

Tints of Neptune #79AAA8

RGB

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

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

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

R = 26.36%
G = 37.04%
B = 36.6%

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

#79AAA8 (or 0x79AAA8) is known color: Neptune. HEX triplet: 79, AA and A8. RGB value is (121,170,168). Sum of RGB (Red+Green+Blue) = 121+170+168=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #79AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AAA8 is #865557. Grayscale: #9B9B9B. Windows color (decimal): -8803672 or 11053689. OLE color: 11053689.

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

Color convert

RGB 121 170 168 -
CMYK 0.29 0 0.01 0.33
HSL 177.55º 0.22% 0.57% -
HSV(B) 177.55º 0.29% 0.67% -
XYZ 29.33 35.64 42.38 -
YUV 155.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 121 170 168 0.29 0 0.01 0.33 177.55 0.22 0.57
Hex 79 AA A8 1D 0 1 21 B2 16 39
Octal 171 252 250 35 0 1 41 262 26 71
Binary 1111001 10101010 10101000 11101 0 1 100001 10110010 10110 111001

Color Harmonies of #79AAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AAA8

Black with #79AAA8

Text Example


Text Example

White with #79AAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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