Html Css Color HEX #79AEAC Neptune

📋 copy color: '#79AEAC'

red 121 ◦ green 174 ◦ blue 172

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

Shades of Neptune #79AEAC

Tints of Neptune #79AEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.26%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 25.91%
G = 37.26%
B = 36.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#79AEAC (or 0x79AEAC) is known color: Neptune. HEX triplet: 79, AE and AC. RGB value is (121,174,172). Sum of RGB (Red+Green+Blue) = 121+174+172=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #79AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AEAC is #865153. Grayscale: #9D9D9D. Windows color (decimal): -8802644 or 11316857. OLE color: 11316857.

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

Color convert

RGB 121 174 172 -
CMYK 0.30 0 0.01 0.32
HSL 177.74º 0.25% 0.58% -
HSV(B) 177.74º 0.3% 0.68% -
XYZ 30.47 37.32 44.63 -
YUV 157.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 121 174 172 0.30 0 0.01 0.32 177.74 0.25 0.58
Hex 79 AE AC 1E 0 1 20 B2 19 3A
Octal 171 256 254 36 0 1 40 262 31 72
Binary 1111001 10101110 10101100 11110 0 1 100000 10110010 11001 111010

Color Harmonies of #79AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AEAC

Black with #79AEAC

Text Example


Text Example

White with #79AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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