Html Css Color HEX #79A9AE Neptune

📋 copy color: '#79A9AE'

red 121 ◦ green 169 ◦ blue 174

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

Shades of Neptune #79A9AE

Tints of Neptune #79A9AE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.42%

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 26.08%
G = 36.42%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#79A9AE (or 0x79A9AE) is known color: Neptune. HEX triplet: 79, A9 and AE. RGB value is (121,169,174). Sum of RGB (Red+Green+Blue) = 121+169+174=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #79A9AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A9AE is #865651. Grayscale: #9B9B9B. Windows color (decimal): -8803922 or 11446649. OLE color: 11446649.

HSL color Cylindrical-coordinate representation of color #79A9AE: hue angle of 185.66º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79A9AE is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 169 174 -
CMYK 0.30 0.03 0 0.32
HSL 185.66º 0.25% 0.58% -
HSV(B) 185.66º 0.3% 0.68% -
XYZ 29.71 35.5 45.33 -
YUV 155.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 121 169 174 0.30 0.03 0 0.32 185.66 0.25 0.58
Hex 79 A9 AE 1E 3 0 20 BA 19 3A
Octal 171 251 256 36 3 0 40 272 31 72
Binary 1111001 10101001 10101110 11110 11 0 100000 10111010 11001 111010

Color Harmonies of #79A9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A9AE

Black with #79A9AE

Text Example


Text Example

White with #79A9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,169,174); }

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

background-color css

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

 a { background-color: rgb(121,169,174); }

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

border-color css

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

 span { border-color: rgb(121,169,174); }

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