Html Css Color HEX #73B4BB Glacier

📋 copy color: '#73B4BB'

red 115 ◦ green 180 ◦ blue 187

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

Shades of Glacier #73B4BB

Tints of Glacier #73B4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.34%

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

R = 23.86%
G = 37.34%
B = 38.8%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73B4BB (or 0x73B4BB) is known color: Glacier. HEX triplet: 73, B4 and BB. RGB value is (115,180,187). Sum of RGB (Red+Green+Blue) = 115+180+187=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #73B4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B4BB is #8C4B44. Grayscale: #A1A1A1. Windows color (decimal): -9194309 or 12301427. OLE color: 12301427.

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

Color convert

RGB 115 180 187 -
CMYK 0.39 0.04 0 0.27
HSL 185.83º 0.35% 0.59% -
HSV(B) 185.83º 0.39% 0.73% -
XYZ 32.36 39.88 53 -
YUV 161.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 115 180 187 0.39 0.04 0 0.27 185.83 0.35 0.59
Hex 73 B4 BB 27 4 0 1B BA 23 3B
Octal 163 264 273 47 4 0 33 272 43 73
Binary 1110011 10110100 10111011 100111 100 0 11011 10111010 100011 111011

Color Harmonies of #73B4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B4BB

Black with #73B4BB

Text Example


Text Example

White with #73B4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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