Html Css Color HEX #72ADC0 Glacier

📋 copy color: '#72ADC0'

red 114 ◦ green 173 ◦ blue 192

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

Shades of Glacier #72ADC0

Tints of Glacier #72ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.12%

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

R = 23.8%
G = 36.12%
B = 40.08%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72ADC0 (or 0x72ADC0) is known color: Glacier. HEX triplet: 72, AD and C0. RGB value is (114,173,192). Sum of RGB (Red+Green+Blue) = 114+173+192=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #72ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADC0 is #8D523F. Grayscale: #9D9D9D. Windows color (decimal): -9261632 or 12627314. OLE color: 12627314.

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

Color convert

RGB 114 173 192 -
CMYK 0.41 0.10 0 0.25
HSL 194.62º 0.38% 0.6% -
HSV(B) 194.62º 0.41% 0.75% -
XYZ 31.4 37.27 55.41 -
YUV 157.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 114 173 192 0.41 0.10 0 0.25 194.62 0.38 0.6
Hex 72 AD C0 29 A 0 19 C3 26 3C
Octal 162 255 300 51 12 0 31 303 46 74
Binary 1110010 10101101 11000000 101001 1010 0 11001 11000011 100110 111100

Color Harmonies of #72ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ADC0

Black with #72ADC0

Text Example


Text Example

White with #72ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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