#79CAB4

Color #79CAB4 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #79CAB4

Tints of Monte Carlo #79CAB4

Color information

#79CAB4 (or 0x79CAB4) is unknown color: approx Monte Carlo. HEX triplet: 79, CA and B4. RGB value is (121,202,180). Sum of RGB (Red+Green+Blue) = 121+202+180=503 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.06% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #79CAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CAB4 is #86354B. Grayscale: #AFAFAF. Windows color (decimal): -8795468 or 11848313. OLE color: 11848313.

HSL color Cylindrical-coordinate representation of color #79CAB4: hue angle of 163.7º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79CAB4 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB121202180-
CMYK0.4000.110.21
HSL163.7º43.32%63.33%-
HSV(B)163.7º40.1%79.22%-
XYZ37.2449.650.79-
YUV175.27130.6689.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.06%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=24.06%
G=40.16%
B=35.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1212021800.4000.110.21163.743.3263.33
Hex79CAB4280B15a42b3f
Octal17131226450013252445377
Binary11110011100101010110100101000010111010110100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,202,180); }

 H1.HeaderClassName
 {
   color: #79CAB4;
 }
 .AnyTagClassName
 {
   color: #79CAB4;
 }
</style>
background-color css

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

 a { background-color: rgb(121,202,180); }

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

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

 span { border-color: rgb(121,202,180); }

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