Html Css Color HEX #72BBBF Glacier

📋 copy color: '#72BBBF'

red 114 ◦ green 187 ◦ blue 191

#72BBBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #72BBBF

Tints of Glacier #72BBBF

RGB

 RED value IS 114 (44.92% from 255) = 23.17%

 GREEN value IS 187 (73.44% from 255) = 38.01%

 BLUE value IS 191 (75% from 255) = 38.82%

R = 23.17%
G = 38.01%
B = 38.82%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72BBBF (or 0x72BBBF) is known color: Glacier. HEX triplet: 72, BB and BF. RGB value is (114,187,191). Sum of RGB (Red+Green+Blue) = 114+187+191=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #72BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBBF is #8D4440. Grayscale: #A5A5A5. Windows color (decimal): -9258049 or 12565362. OLE color: 12565362.

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

Color convert

RGB 114 187 191 -
CMYK 0.40 0.02 0 0.25
HSL 183.12º 0.38% 0.6% -
HSV(B) 183.12º 0.4% 0.75% -
XYZ 34.11 42.88 55.77 -
YUV 165.63 142.32 91.17 -
System Red Green Blue C M Y K H S L
Decimal 114 187 191 0.40 0.02 0 0.25 183.12 0.38 0.6
Hex 72 BB BF 28 2 0 19 B7 26 3C
Octal 162 273 277 50 2 0 31 267 46 74
Binary 1110010 10111011 10111111 101000 10 0 11001 10110111 100110 111100

Color Harmonies of #72BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBBF

Black with #72BBBF

Text Example


Text Example

White with #72BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72BBBF;
 }
 .AnyTagClassName
 {
   color: #72BBBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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