Html Css Color HEX #72AEB9 Glacier

📋 copy color: '#72AEB9'

red 114 ◦ green 174 ◦ blue 185

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

Shades of Glacier #72AEB9

Tints of Glacier #72AEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.79%

 BLUE value IS 185 (72.66% from 255) = 39.11%

R = 24.1%
G = 36.79%
B = 39.11%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#72AEB9 (or 0x72AEB9) is known color: Glacier. HEX triplet: 72, AE and B9. RGB value is (114,174,185). Sum of RGB (Red+Green+Blue) = 114+174+185=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #72AEB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AEB9 is #8D5146. Grayscale: #9D9D9D. Windows color (decimal): -9261383 or 12168818. OLE color: 12168818.

HSL color Cylindrical-coordinate representation of color #72AEB9: hue angle of 189.3º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72AEB9 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 174 185 -
CMYK 0.38 0.06 0 0.27
HSL 189.3º 0.34% 0.59% -
HSV(B) 189.3º 0.38% 0.73% -
XYZ 30.83 37.35 51.48 -
YUV 157.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 114 174 185 0.38 0.06 0 0.27 189.3 0.34 0.59
Hex 72 AE B9 26 6 0 1B BD 22 3B
Octal 162 256 271 46 6 0 33 275 42 73
Binary 1110010 10101110 10111001 100110 110 0 11011 10111101 100010 111011

Color Harmonies of #72AEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AEB9

Black with #72AEB9

Text Example


Text Example

White with #72AEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,174,185); }

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

background-color css

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

 a { background-color: rgb(114,174,185); }

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

border-color css

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

 span { border-color: rgb(114,174,185); }

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