Html Css Color HEX #72B2BE Glacier

📋 copy color: '#72B2BE'

red 114 ◦ green 178 ◦ blue 190

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

Shades of Glacier #72B2BE

Tints of Glacier #72B2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 23.65%
G = 36.93%
B = 39.42%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72B2BE (or 0x72B2BE) is known color: Glacier. HEX triplet: 72, B2 and BE. RGB value is (114,178,190). Sum of RGB (Red+Green+Blue) = 114+178+190=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #72B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B2BE is #8D4D41. Grayscale: #A0A0A0. Windows color (decimal): -9260354 or 12497522. OLE color: 12497522.

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

Color convert

RGB 114 178 190 -
CMYK 0.40 0.06 0 0.25
HSL 189.47º 0.37% 0.6% -
HSV(B) 189.47º 0.4% 0.75% -
XYZ 32.15 39.14 54.57 -
YUV 160.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 114 178 190 0.40 0.06 0 0.25 189.47 0.37 0.6
Hex 72 B2 BE 28 6 0 19 BD 25 3C
Octal 162 262 276 50 6 0 31 275 45 74
Binary 1110010 10110010 10111110 101000 110 0 11001 10111101 100101 111100

Color Harmonies of #72B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B2BE

Black with #72B2BE

Text Example


Text Example

White with #72B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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