#72BDB4

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

Shades of Monte Carlo #72BDB4

Tints of Monte Carlo #72BDB4

Color information

#72BDB4 (or 0x72BDB4) is unknown color: approx Monte Carlo. HEX triplet: 72, BD and B4. RGB value is (114,189,180). Sum of RGB (Red+Green+Blue) = 114+189+180=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #72BDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDB4 is #8D424B. Grayscale: #A5A5A5. Windows color (decimal): -9257548 or 11844978. OLE color: 11844978.

HSL color Cylindrical-coordinate representation of color #72BDB4: hue angle of 172.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BDB4 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB114189180-
CMYK0.4000.050.26
HSL172.8º36.23%59.41%-
HSV(B)172.8º39.68%74.12%-
XYZ33.3843.2749.77-
YUV165.55136.1591.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.60%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=23.60%
G=39.13%
B=37.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141891800.4000.050.26172.836.2359.41
Hex72BDB428051Aad243b
Octal1622752645005322554473
Binary1110010101111011011010010100001011101010101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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