#72C8B6

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

Shades of Monte Carlo #72C8B6

Tints of Monte Carlo #72C8B6

Color information

#72C8B6 (or 0x72C8B6) is unknown color: approx Monte Carlo. HEX triplet: 72, C8 and B6. RGB value is (114,200,182). Sum of RGB (Red+Green+Blue) = 114+200+182=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #72C8B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C8B6 is #8D3749. Grayscale: #ACACAC. Windows color (decimal): -9254730 or 11978866. OLE color: 11978866.

HSL color Cylindrical-coordinate representation of color #72C8B6: hue angle of 167.44º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C8B6 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB114200182-
CMYK0.4300.090.22
HSL167.44º43.88%61.57%-
HSV(B)167.44º43%78.43%-
XYZ36.0448.2651.67-
YUV172.23133.5186.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.98%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=22.98%
G=40.32%
B=36.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1142001820.4300.090.22167.4443.8861.57
Hex72C8B62B0916a72c3e
Octal16231026653011262475476
Binary11100101100100010110110101011010011011010100111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,200,182); }

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

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

 a { background-color: rgb(114,200,182); }

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

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

 span { border-color: rgb(114,200,182); }

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