#79CBB4

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

Shades of Monte Carlo #79CBB4

Tints of Monte Carlo #79CBB4

Color information

#79CBB4 (or 0x79CBB4) is unknown color: approx Monte Carlo. HEX triplet: 79, CB and B4. RGB value is (121,203,180). Sum of RGB (Red+Green+Blue) = 121+203+180=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #79CBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CBB4 is #86344B. Grayscale: #AFAFAF. Windows color (decimal): -8795212 or 11848569. OLE color: 11848569.

HSL color Cylindrical-coordinate representation of color #79CBB4: hue angle of 163.17º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79CBB4 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB121203180-
CMYK0.4000.110.20
HSL163.17º44.09%63.53%-
HSV(B)163.17º40.39%79.61%-
XYZ37.4850.0750.87-
YUV175.86130.3388.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.01%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=24.01%
G=40.28%
B=35.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1212031800.4000.110.20163.1744.0963.53
Hex79CBB4280B14a32c40
Octal171313264500132424354100
Binary111100111001011101101001010000101110100101000111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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