Html Css Color HEX #72AEBE Glacier

📋 copy color: '#72AEBE'

red 114 ◦ green 174 ◦ blue 190

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

Shades of Glacier #72AEBE

Tints of Glacier #72AEBE

RGB

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

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

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

R = 23.85%
G = 36.4%
B = 39.75%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72AEBE (or 0x72AEBE) is known color: Glacier. HEX triplet: 72, AE and BE. RGB value is (114,174,190). Sum of RGB (Red+Green+Blue) = 114+174+190=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #72AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AEBE is #8D5141. Grayscale: #9D9D9D. Windows color (decimal): -9261378 or 12496498. OLE color: 12496498.

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

Color convert

RGB 114 174 190 -
CMYK 0.40 0.08 0 0.25
HSL 192.63º 0.37% 0.6% -
HSV(B) 192.63º 0.4% 0.75% -
XYZ 31.37 37.57 54.31 -
YUV 157.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 114 174 190 0.40 0.08 0 0.25 192.63 0.37 0.6
Hex 72 AE BE 28 8 0 19 C1 25 3C
Octal 162 256 276 50 10 0 31 301 45 74
Binary 1110010 10101110 10111110 101000 1000 0 11001 11000001 100101 111100

Color Harmonies of #72AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AEBE

Black with #72AEBE

Text Example


Text Example

White with #72AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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