Html Css Color HEX #73B5BB Glacier

📋 copy color: '#73B5BB'

red 115 ◦ green 181 ◦ blue 187

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

Shades of Glacier #73B5BB

Tints of Glacier #73B5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.47%

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 23.81%
G = 37.47%
B = 38.72%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73B5BB (or 0x73B5BB) is known color: Glacier. HEX triplet: 73, B5 and BB. RGB value is (115,181,187). Sum of RGB (Red+Green+Blue) = 115+181+187=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #73B5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B5BB is #8C4A44. Grayscale: #A1A1A1. Windows color (decimal): -9194053 or 12301683. OLE color: 12301683.

HSL color Cylindrical-coordinate representation of color #73B5BB: hue angle of 185º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73B5BB is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 181 187 -
CMYK 0.39 0.03 0 0.27
HSL 185º 0.35% 0.59% -
HSV(B) 185º 0.39% 0.73% -
XYZ 32.56 40.28 53.07 -
YUV 161.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 115 181 187 0.39 0.03 0 0.27 185 0.35 0.59
Hex 73 B5 BB 27 3 0 1B B9 23 3B
Octal 163 265 273 47 3 0 33 271 43 73
Binary 1110011 10110101 10111011 100111 11 0 11011 10111001 100011 111011

Color Harmonies of #73B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B5BB

Black with #73B5BB

Text Example


Text Example

White with #73B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,181,187); }

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

background-color css

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

 a { background-color: rgb(115,181,187); }

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

border-color css

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

 span { border-color: rgb(115,181,187); }

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