Html Css Color HEX #73AEBE Glacier

📋 copy color: '#73AEBE'

red 115 ◦ green 174 ◦ blue 190

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

Shades of Glacier #73AEBE

Tints of Glacier #73AEBE

RGB

 RED value IS 115 (45.31% from 255) = 24.01%

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

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

R = 24.01%
G = 36.33%
B = 39.67%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#73AEBE (or 0x73AEBE) is known color: Glacier. HEX triplet: 73, AE and BE. RGB value is (115,174,190). Sum of RGB (Red+Green+Blue) = 115+174+190=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #73AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AEBE is #8C5141. Grayscale: #9E9E9E. Windows color (decimal): -9195842 or 12496499. OLE color: 12496499.

HSL color Cylindrical-coordinate representation of color #73AEBE: hue angle of 192.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73AEBE is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 174 190 -
CMYK 0.39 0.08 0 0.25
HSL 192.8º 0.37% 0.6% -
HSV(B) 192.8º 0.39% 0.75% -
XYZ 31.5 37.63 54.32 -
YUV 158.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 115 174 190 0.39 0.08 0 0.25 192.8 0.37 0.6
Hex 73 AE BE 27 8 0 19 C1 25 3C
Octal 163 256 276 47 10 0 31 301 45 74
Binary 1110011 10101110 10111110 100111 1000 0 11001 11000001 100101 111100

Color Harmonies of #73AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AEBE

Black with #73AEBE

Text Example


Text Example

White with #73AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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