#72BFBF

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

Shades of Glacier #72BFBF

Tints of Glacier #72BFBF

Color information

#72BFBF (or 0x72BFBF) is unknown color: approx Glacier. HEX triplet: 72, BF and BF. RGB value is (114,191,191). Sum of RGB (Red+Green+Blue) = 114+191+191=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #72BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFBF is #8D4040. Grayscale: #A7A7A7. Windows color (decimal): -9257025 or 12566386. OLE color: 12566386.

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

Color convert

RGB114191191-
CMYK0.40000.25
HSL180º37.56%59.8%-
HSV(B)180º40.31%74.9%-
XYZ34.9744.656.06-
YUV167.98140.9989.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.98%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 191 (75% from 255) = 38.51%
R=22.98%
G=38.51%
B=38.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911910.40000.2518037.5659.8
Hex72BFBF280019b4263c
Octal1622772775000312644674
Binary11100101011111110111111101000001100110110100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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