#72CDB4

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

Shades of Monte Carlo #72CDB4

Tints of Monte Carlo #72CDB4

Color information

#72CDB4 (or 0x72CDB4) is unknown color: approx Monte Carlo. HEX triplet: 72, CD and B4. RGB value is (114,205,180). Sum of RGB (Red+Green+Blue) = 114+205+180=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDB4 is #8D324B. Grayscale: #AEAEAE. Windows color (decimal): -9253452 or 11849074. OLE color: 11849074.

HSL color Cylindrical-coordinate representation of color #72CDB4: hue angle of 163.52º 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 #72CDB4 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB114205180-
CMYK0.4400.120.20
HSL163.52º47.64%62.55%-
HSV(B)163.52º44.39%80.39%-
XYZ37.0150.5450.98-
YUV174.94130.8584.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.85%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=22.85%
G=41.08%
B=36.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142051800.4400.120.20163.5247.6462.55
Hex72CDB42C0C14a4303f
Octal16231526454014242446077
Binary11100101100110110110100101100011001010010100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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