#79BBC0

Color #79BBC0 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #79BBC0

Tints of Glacier #79BBC0

Color information

#79BBC0 (or 0x79BBC0) is unknown color: approx Glacier. HEX triplet: 79, BB and C0. RGB value is (121,187,192). Sum of RGB (Red+Green+Blue) = 121+187+192=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #79BBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BBC0 is #86443F. Grayscale: #A7A7A7. Windows color (decimal): -8799296 or 12630905. OLE color: 12630905.

HSL color Cylindrical-coordinate representation of color #79BBC0: hue angle of 184.23º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79BBC0 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121187192-
CMYK0.370.0300.25
HSL184.23º36.04%61.37%-
HSV(B)184.23º36.98%75.29%-
XYZ35.1743.4156.39-
YUV167.84141.6394.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.2%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 192 (75.39% from 255) = 38.4%
R=24.2%
G=37.4%
B=38.4%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211871920.370.0300.25184.2336.0461.37
Hex79BBC0253019b8243d
Octal1712733004530312704475
Binary111100110111011110000001001011101100110111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79BBC0; }

 p { color: rgb(121,187,192); }

 H1.HeaderClassName
 {
   color: #79BBC0;
 }
 .AnyTagClassName
 {
   color: #79BBC0;
 }
</style>
background-color css

<style>
 a { background-color: #79BBC0; }

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

 div.DivClassName
 {
   background-color: #79BBC0;
 }
 .BgClassName
 {
   background-color: #79BBC0;
 }
</style>
border-color css

<style>
 span { border-color: #79BBC0; }

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

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