Html Css Color HEX #72B6C0 Glacier

📋 copy color: '#72B6C0'

red 114 ◦ green 182 ◦ blue 192

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

Shades of Glacier #72B6C0

Tints of Glacier #72B6C0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.3%

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 23.36%
G = 37.3%
B = 39.34%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72B6C0 (or 0x72B6C0) is known color: Glacier. HEX triplet: 72, B6 and C0. RGB value is (114,182,192). Sum of RGB (Red+Green+Blue) = 114+182+192=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #72B6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B6C0 is #8D493F. Grayscale: #A2A2A2. Windows color (decimal): -9259328 or 12629618. OLE color: 12629618.

HSL color Cylindrical-coordinate representation of color #72B6C0: hue angle of 187.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72B6C0 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 182 192 -
CMYK 0.41 0.05 0 0.25
HSL 187.69º 0.38% 0.6% -
HSV(B) 187.69º 0.41% 0.75% -
XYZ 33.18 40.84 56 -
YUV 162.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 114 182 192 0.41 0.05 0 0.25 187.69 0.38 0.6
Hex 72 B6 C0 29 5 0 19 BC 26 3C
Octal 162 266 300 51 5 0 31 274 46 74
Binary 1110010 10110110 11000000 101001 101 0 11001 10111100 100110 111100

Color Harmonies of #72B6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B6C0

Black with #72B6C0

Text Example


Text Example

White with #72B6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,182,192); }

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

background-color css

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

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

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

border-color css

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

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

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