#72BFBE

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

Shades of Monte Carlo #72BFBE

Tints of Monte Carlo #72BFBE

Color information

#72BFBE (or 0x72BFBE) is unknown color: approx Monte Carlo. HEX triplet: 72, BF and BE. RGB value is (114,191,190). Sum of RGB (Red+Green+Blue) = 114+191+190=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #72BFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFBE is #8D4041. Grayscale: #A7A7A7. Windows color (decimal): -9257026 or 12500850. OLE color: 12500850.

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

Color convert

RGB114191190-
CMYK0.4000.010.25
HSL179.22º37.56%59.8%-
HSV(B)179.22º40.31%74.9%-
XYZ34.8644.5655.48-
YUV167.86140.4989.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.03%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=23.03%
G=38.59%
B=38.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911900.4000.010.25179.2237.5659.8
Hex72BFBE280119b3263c
Octal1622772765001312634674
Binary11100101011111110111110101000011100110110011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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