Html Css Color HEX #79AAAB Neptune

📋 copy color: '#79AAAB'

red 121 ◦ green 170 ◦ blue 171

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

Shades of Neptune #79AAAB

Tints of Neptune #79AAAB

RGB

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

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

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

R = 26.19%
G = 36.8%
B = 37.01%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#79AAAB (or 0x79AAAB) is known color: Neptune. HEX triplet: 79, AA and AB. RGB value is (121,170,171). Sum of RGB (Red+Green+Blue) = 121+170+171=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #79AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AAAB is #865554. Grayscale: #9B9B9B. Windows color (decimal): -8803669 or 11250297. OLE color: 11250297.

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

Color convert

RGB 121 170 171 -
CMYK 0.29 0.01 0 0.33
HSL 181.2º 0.23% 0.57% -
HSV(B) 181.2º 0.29% 0.67% -
XYZ 29.61 35.75 43.87 -
YUV 155.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 121 170 171 0.29 0.01 0 0.33 181.2 0.23 0.57
Hex 79 AA AB 1D 1 0 21 B5 17 39
Octal 171 252 253 35 1 0 41 265 27 71
Binary 1111001 10101010 10101011 11101 1 0 100001 10110101 10111 111001

Color Harmonies of #79AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AAAB

Black with #79AAAB

Text Example


Text Example

White with #79AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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