#72CDB3

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

Shades of Monte Carlo #72CDB3

Tints of Monte Carlo #72CDB3

Color information

#72CDB3 (or 0x72CDB3) is unknown color: approx Monte Carlo. HEX triplet: 72, CD and B3. RGB value is (114,205,179). Sum of RGB (Red+Green+Blue) = 114+205+179=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDB3 is #8D324C. Grayscale: #AEAEAE. Windows color (decimal): -9253453 or 11783538. OLE color: 11783538.

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

Color convert

RGB114205179-
CMYK0.4400.130.20
HSL162.86º47.64%62.55%-
HSV(B)162.86º44.39%80.39%-
XYZ36.9150.4950.45-
YUV174.83130.3584.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=22.89%
G=41.16%
B=35.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142051790.4400.130.20162.8647.6462.55
Hex72CDB32C0D14a3303f
Octal16231526354015242436077
Binary11100101100110110110011101100011011010010100011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,205,179); }

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

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

 a { background-color: rgb(114,205,179); }

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

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

 span { border-color: rgb(114,205,179); }

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