Html Css Color HEX #79A19E Neptune

📋 copy color: '#79A19E'

red 121 ◦ green 161 ◦ blue 158

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

Shades of Neptune #79A19E

Tints of Neptune #79A19E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.59%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 27.5%
G = 36.59%
B = 35.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#79A19E (or 0x79A19E) is known color: Neptune. HEX triplet: 79, A1 and 9E. RGB value is (121,161,158). Sum of RGB (Red+Green+Blue) = 121+161+158=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #79A19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A19E is #865E61. Grayscale: #949494. Windows color (decimal): -8805986 or 10396025. OLE color: 10396025.

HSL color Cylindrical-coordinate representation of color #79A19E: hue angle of 175.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A19E is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 161 158 -
CMYK 0.25 0 0.02 0.37
HSL 175.5º 0.18% 0.55% -
HSV(B) 175.5º 0.25% 0.63% -
XYZ 26.8 32.02 37.12 -
YUV 148.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 121 161 158 0.25 0 0.02 0.37 175.5 0.18 0.55
Hex 79 A1 9E 19 0 2 25 B0 12 37
Octal 171 241 236 31 0 2 45 260 22 67
Binary 1111001 10100001 10011110 11001 0 10 100101 10110000 10010 110111

Color Harmonies of #79A19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A19E

Black with #79A19E

Text Example


Text Example

White with #79A19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,161,158); }

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

background-color css

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

 a { background-color: rgb(121,161,158); }

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

border-color css

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

 span { border-color: rgb(121,161,158); }

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