#72BFBB

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

Shades of Monte Carlo #72BFBB

Tints of Monte Carlo #72BFBB

Color information

#72BFBB (or 0x72BFBB) is unknown color: approx Monte Carlo. HEX triplet: 72, BF and BB. RGB value is (114,191,187). Sum of RGB (Red+Green+Blue) = 114+191+187=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #72BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFBB is #8D4044. Grayscale: #A7A7A7. Windows color (decimal): -9257029 or 12304242. OLE color: 12304242.

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

Color convert

RGB114191187-
CMYK0.4000.020.25
HSL176.88º37.56%59.8%-
HSV(B)176.88º40.31%74.9%-
XYZ34.5444.4353.77-
YUV167.52138.9989.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.17%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=23.17%
G=38.82%
B=38.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911870.4000.020.25176.8837.5659.8
Hex72BFBB280219b1263c
Octal1622772735002312614674
Binary111001010111111101110111010000101100110110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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