Html Css Color HEX #73B9BE Glacier

📋 copy color: '#73B9BE'

red 115 ◦ green 185 ◦ blue 190

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

Shades of Glacier #73B9BE

Tints of Glacier #73B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.76%

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

R = 23.47%
G = 37.76%
B = 38.78%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#73B9BE (or 0x73B9BE) is known color: Glacier. HEX triplet: 73, B9 and BE. RGB value is (115,185,190). Sum of RGB (Red+Green+Blue) = 115+185+190=490 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.47% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #73B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B9BE is #8C4641. Grayscale: #A4A4A4. Windows color (decimal): -9193026 or 12499315. OLE color: 12499315.

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

Color convert

RGB 115 185 190 -
CMYK 0.39 0.03 0 0.25
HSL 184º 0.37% 0.6% -
HSV(B) 184º 0.39% 0.75% -
XYZ 33.71 42.06 55.06 -
YUV 164.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 115 185 190 0.39 0.03 0 0.25 184 0.37 0.6
Hex 73 B9 BE 27 3 0 19 B8 25 3C
Octal 163 271 276 47 3 0 31 270 45 74
Binary 1110011 10111001 10111110 100111 11 0 11001 10111000 100101 111100

Color Harmonies of #73B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B9BE

Black with #73B9BE

Text Example


Text Example

White with #73B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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