#72CBB6

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

Shades of Monte Carlo #72CBB6

Tints of Monte Carlo #72CBB6

Color information

#72CBB6 (or 0x72CBB6) is unknown color: approx Monte Carlo. HEX triplet: 72, CB and B6. RGB value is (114,203,182). Sum of RGB (Red+Green+Blue) = 114+203+182=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #72CBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CBB6 is #8D3449. Grayscale: #ADADAD. Windows color (decimal): -9253962 or 11979634. OLE color: 11979634.

HSL color Cylindrical-coordinate representation of color #72CBB6: hue angle of 165.84º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CBB6 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB114203182-
CMYK0.4400.100.20
HSL165.84º46.11%62.16%-
HSV(B)165.84º43.84%79.61%-
XYZ36.7449.6751.91-
YUV173.99132.5185.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.85%
GREEN value IS 203 (79.69% from 255) = 40.68%
BLUE value IS 182 (71.48% from 255) = 36.47%
R=22.85%
G=40.68%
B=36.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142031820.4400.100.20165.8446.1162.16
Hex72CBB62C0A14a62e3e
Octal16231326654012242465676
Binary11100101100101110110110101100010101010010100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72CBB6; }

 p { color: rgb(114,203,182); }

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

<style>
 a { background-color: #72CBB6; }

 a { background-color: rgb(114,203,182); }

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

<style>
 span { border-color: #72CBB6; }

 span { border-color: rgb(114,203,182); }

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