#72C2BD

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

Shades of Monte Carlo #72C2BD

Tints of Monte Carlo #72C2BD

Color information

#72C2BD (or 0x72C2BD) is unknown color: approx Monte Carlo. HEX triplet: 72, C2 and BD. RGB value is (114,194,189). Sum of RGB (Red+Green+Blue) = 114+194+189=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #72C2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C2BD is #8D3D42. Grayscale: #A9A9A9. Windows color (decimal): -9256259 or 12436082. OLE color: 12436082.

HSL color Cylindrical-coordinate representation of color #72C2BD: hue angle of 176.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C2BD is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB114194189-
CMYK0.4100.030.24
HSL176.25º39.6%60.39%-
HSV(B)176.25º41.24%76.08%-
XYZ35.4245.8455.12-
YUV169.5113988.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.94%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=22.94%
G=39.03%
B=38.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141941890.4100.030.24176.2539.660.39
Hex72C2BD290318b0283c
Octal1623022755103302605074
Binary111001011000010101111011010010111100010110000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,194,189); }

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

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

 a { background-color: rgb(114,194,189); }

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

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

 span { border-color: rgb(114,194,189); }

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