#72CCB2

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

Shades of Monte Carlo #72CCB2

Tints of Monte Carlo #72CCB2

Color information

#72CCB2 (or 0x72CCB2) is unknown color: approx Monte Carlo. HEX triplet: 72, CC and B2. RGB value is (114,204,178). Sum of RGB (Red+Green+Blue) = 114+204+178=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CCB2 is #8D334D. Grayscale: #AEAEAE. Windows color (decimal): -9253710 or 11717746. OLE color: 11717746.

HSL color Cylindrical-coordinate representation of color #72CCB2: hue angle of 162.67º degrees, saturation: 0.47, 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 #72CCB2 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB114204178-
CMYK0.4400.130.2
HSL162.67º46.88%62.35%-
HSV(B)162.67º44.12%80%-
XYZ36.5749.9849.84-
YUV174.13130.1885.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.98%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 178 (69.92% from 255) = 35.89%
R=22.98%
G=41.13%
B=35.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1142041780.4400.130.2162.6746.8862.35
Hex72CCB22C0D14a32f3e
Octal16231426254015242435776
Binary11100101100110010110010101100011011010010100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,204,178); }

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

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

 a { background-color: rgb(114,204,178); }

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

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

 span { border-color: rgb(114,204,178); }

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