#72BFB2

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

Shades of Monte Carlo #72BFB2

Tints of Monte Carlo #72BFB2

Color information

#72BFB2 (or 0x72BFB2) is unknown color: approx Monte Carlo. HEX triplet: 72, BF and B2. RGB value is (114,191,178). Sum of RGB (Red+Green+Blue) = 114+191+178=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #72BFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BFB2 is #8D404D. Grayscale: #A6A6A6. Windows color (decimal): -9257038 or 11714418. OLE color: 11714418.

HSL color Cylindrical-coordinate representation of color #72BFB2: hue angle of 169.87º degrees, saturation: 0.38, 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 #72BFB2 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB114191178-
CMYK0.4000.070.25
HSL169.87º37.56%59.8%-
HSV(B)169.87º40.31%74.9%-
XYZ33.6144.0548.85-
YUV166.49134.4990.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.60%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=23.60%
G=39.54%
B=36.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911780.4000.070.25169.8737.5659.8
Hex72BFB2280719aa263c
Octal1622772625007312524674
Binary1110010101111111011001010100001111100110101010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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