Html Css Color HEX #73BABB Glacier

📋 copy color: '#73BABB'

red 115 ◦ green 186 ◦ blue 187

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

Shades of Glacier #73BABB

Tints of Glacier #73BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

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

R = 23.57%
G = 38.11%
B = 38.32%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73BABB (or 0x73BABB) is known color: Glacier. HEX triplet: 73, BA and BB. RGB value is (115,186,187). Sum of RGB (Red+Green+Blue) = 115+186+187=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #73BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BABB is #8C4544. Grayscale: #A4A4A4. Windows color (decimal): -9192773 or 12302963. OLE color: 12302963.

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

Color convert

RGB 115 186 187 -
CMYK 0.39 0.01 0 0.27
HSL 180.83º 0.35% 0.59% -
HSV(B) 180.83º 0.39% 0.73% -
XYZ 33.6 42.35 53.42 -
YUV 164.89 140.48 92.42 -
System Red Green Blue C M Y K H S L
Decimal 115 186 187 0.39 0.01 0 0.27 180.83 0.35 0.59
Hex 73 BA BB 27 1 0 1B B5 23 3B
Octal 163 272 273 47 1 0 33 265 43 73
Binary 1110011 10111010 10111011 100111 1 0 11011 10110101 100011 111011

Color Harmonies of #73BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BABB

Black with #73BABB

Text Example


Text Example

White with #73BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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