#79BCBF

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

Shades of Glacier #79BCBF

Tints of Glacier #79BCBF

Color information

#79BCBF (or 0x79BCBF) is unknown color: approx Glacier. HEX triplet: 79, BC and BF. RGB value is (121,188,191). Sum of RGB (Red+Green+Blue) = 121+188+191=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #79BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BCBF is #864340. Grayscale: #A8A8A8. Windows color (decimal): -8799041 or 12565625. OLE color: 12565625.

HSL color Cylindrical-coordinate representation of color #79BCBF: hue angle of 182.57º degrees, saturation: 0.35, 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 #79BCBF is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121188191-
CMYK0.370.0200.25
HSL182.57º35.35%61.18%-
HSV(B)182.57º36.65%74.9%-
XYZ35.2743.7955.88-
YUV168.31140.894.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.2%
GREEN value IS 188 (73.83% from 255) = 37.6%
BLUE value IS 191 (75% from 255) = 38.2%
R=24.2%
G=37.6%
B=38.2%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211881910.370.0200.25182.5735.3561.18
Hex79BCBF252019b7233d
Octal1712742774520312674375
Binary111100110111100101111111001011001100110110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,188,191); }

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

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

 a { background-color: rgb(121,188,191); }

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

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

 span { border-color: rgb(121,188,191); }

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