Html Css Color HEX #72B2BF Glacier

📋 copy color: '#72B2BF'

red 114 ◦ green 178 ◦ blue 191

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

Shades of Glacier #72B2BF

Tints of Glacier #72B2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

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

R = 23.6%
G = 36.85%
B = 39.54%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72B2BF (or 0x72B2BF) is known color: Glacier. HEX triplet: 72, B2 and BF. RGB value is (114,178,191). Sum of RGB (Red+Green+Blue) = 114+178+191=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #72B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B2BF is #8D4D40. Grayscale: #A0A0A0. Windows color (decimal): -9260353 or 12563058. OLE color: 12563058.

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

Color convert

RGB 114 178 191 -
CMYK 0.40 0.07 0 0.25
HSL 190.13º 0.38% 0.6% -
HSV(B) 190.13º 0.4% 0.75% -
XYZ 32.26 39.18 55.15 -
YUV 160.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 114 178 191 0.40 0.07 0 0.25 190.13 0.38 0.6
Hex 72 B2 BF 28 7 0 19 BE 26 3C
Octal 162 262 277 50 7 0 31 276 46 74
Binary 1110010 10110010 10111111 101000 111 0 11001 10111110 100110 111100

Color Harmonies of #72B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B2BF

Black with #72B2BF

Text Example


Text Example

White with #72B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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