#79BDBE

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

Shades of Glacier #79BDBE

Tints of Glacier #79BDBE

Color information

#79BDBE (or 0x79BDBE) is unknown color: approx Glacier. HEX triplet: 79, BD and BE. RGB value is (121,189,190). Sum of RGB (Red+Green+Blue) = 121+189+190=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #79BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BDBE is #864241. Grayscale: #A8A8A8. Windows color (decimal): -8798786 or 12500345. OLE color: 12500345.

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

Color convert

RGB121189190-
CMYK0.360.0100.25
HSL180.87º34.67%60.98%-
HSV(B)180.87º36.32%74.51%-
XYZ35.3844.1855.38-
YUV168.78139.9793.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.2%
GREEN value IS 189 (74.22% from 255) = 37.8%
BLUE value IS 190 (74.61% from 255) = 38%
R=24.2%
G=37.8%
B=38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211891900.360.0100.25180.8734.6760.98
Hex79BDBE241019b5233d
Octal1712752764410312654375
Binary11110011011110110111110100100101100110110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,189,190); }

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

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

 a { background-color: rgb(121,189,190); }

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

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

 span { border-color: rgb(121,189,190); }

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