#72BEAC

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

Shades of Monte Carlo #72BEAC

Tints of Monte Carlo #72BEAC

Color information

#72BEAC (or 0x72BEAC) is unknown color: approx Monte Carlo. HEX triplet: 72, BE and AC. RGB value is (114,190,172). Sum of RGB (Red+Green+Blue) = 114+190+172=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BEAC is #8D4153. Grayscale: #A5A5A5. Windows color (decimal): -9257300 or 11320946. OLE color: 11320946.

HSL color Cylindrical-coordinate representation of color #72BEAC: hue angle of 165.79º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BEAC is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB114190172-
CMYK0.4000.090.25
HSL165.79º36.89%59.61%-
HSV(B)165.79º40%74.51%-
XYZ32.843.3845.67-
YUV165.22131.8291.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.95%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=23.95%
G=39.92%
B=36.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141901720.4000.090.25165.7936.8959.61
Hex72BEAC280919a6253c
Octal16227625450011312464574
Binary11100101011111010101100101000010011100110100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,172); }

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

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

 a { background-color: rgb(114,190,172); }

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

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

 span { border-color: rgb(114,190,172); }

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