Html Css Color HEX #73ADBF Glacier

📋 copy color: '#73ADBF'

red 115 ◦ green 173 ◦ blue 191

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

Shades of Glacier #73ADBF

Tints of Glacier #73ADBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.87%

R = 24.01%
G = 36.12%
B = 39.87%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#73ADBF (or 0x73ADBF) is known color: Glacier. HEX triplet: 73, AD and BF. RGB value is (115,173,191). Sum of RGB (Red+Green+Blue) = 115+173+191=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #73ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADBF is #8C5240. Grayscale: #9D9D9D. Windows color (decimal): -9196097 or 12561779. OLE color: 12561779.

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

Color convert

RGB 115 173 191 -
CMYK 0.40 0.09 0 0.25
HSL 194.21º 0.37% 0.6% -
HSV(B) 194.21º 0.4% 0.75% -
XYZ 31.42 37.29 54.83 -
YUV 157.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 115 173 191 0.40 0.09 0 0.25 194.21 0.37 0.6
Hex 73 AD BF 28 9 0 19 C2 25 3C
Octal 163 255 277 50 11 0 31 302 45 74
Binary 1110011 10101101 10111111 101000 1001 0 11001 11000010 100101 111100

Color Harmonies of #73ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ADBF

Black with #73ADBF

Text Example


Text Example

White with #73ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,173,191); }

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

background-color css

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

 a { background-color: rgb(115,173,191); }

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

border-color css

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

 span { border-color: rgb(115,173,191); }

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