Html Css Color HEX #73BBBB Glacier

📋 copy color: '#73BBBB'

red 115 ◦ green 187 ◦ blue 187

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

Shades of Glacier #73BBBB

Tints of Glacier #73BBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.24%

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

R = 23.52%
G = 38.24%
B = 38.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73BBBB (or 0x73BBBB) is known color: Glacier. HEX triplet: 73, BB and BB. RGB value is (115,187,187). Sum of RGB (Red+Green+Blue) = 115+187+187=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #73BBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BBBB is #8C4444. Grayscale: #A5A5A5. Windows color (decimal): -9192517 or 12303219. OLE color: 12303219.

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

Color convert

RGB 115 187 187 -
CMYK 0.39 0 0 0.27
HSL 180º 0.35% 0.59% -
HSV(B) 180º 0.39% 0.73% -
XYZ 33.81 42.77 53.49 -
YUV 165.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 115 187 187 0.39 0 0 0.27 180 0.35 0.59
Hex 73 BB BB 27 0 0 1B B4 23 3B
Octal 163 273 273 47 0 0 33 264 43 73
Binary 1110011 10111011 10111011 100111 0 0 11011 10110100 100011 111011

Color Harmonies of #73BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BBBB

Black with #73BBBB

Text Example


Text Example

White with #73BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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