Html Css Color HEX #72B7C0 Glacier

📋 copy color: '#72B7C0'

red 114 ◦ green 183 ◦ blue 192

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

Shades of Glacier #72B7C0

Tints of Glacier #72B7C0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.42%

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

R = 23.31%
G = 37.42%
B = 39.26%

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

#72B7C0 (or 0x72B7C0) is known color: Glacier. HEX triplet: 72, B7 and C0. RGB value is (114,183,192). Sum of RGB (Red+Green+Blue) = 114+183+192=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #72B7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B7C0 is #8D483F. Grayscale: #A3A3A3. Windows color (decimal): -9259072 or 12629874. OLE color: 12629874.

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

Color convert

RGB 114 183 192 -
CMYK 0.41 0.05 0 0.25
HSL 186.92º 0.38% 0.6% -
HSV(B) 186.92º 0.41% 0.75% -
XYZ 33.39 41.25 56.07 -
YUV 163.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 114 183 192 0.41 0.05 0 0.25 186.92 0.38 0.6
Hex 72 B7 C0 29 5 0 19 BB 26 3C
Octal 162 267 300 51 5 0 31 273 46 74
Binary 1110010 10110111 11000000 101001 101 0 11001 10111011 100110 111100

Color Harmonies of #72B7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B7C0

Black with #72B7C0

Text Example


Text Example

White with #72B7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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