#79BBBB

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

Shades of Glacier #79BBBB

Tints of Glacier #79BBBB

Color information

#79BBBB (or 0x79BBBB) is unknown color: approx Glacier. HEX triplet: 79, BB and BB. RGB value is (121,187,187). Sum of RGB (Red+Green+Blue) = 121+187+187=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #79BBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BBBB is #864444. Grayscale: #A7A7A7. Windows color (decimal): -8799301 or 12303225. OLE color: 12303225.

HSL color Cylindrical-coordinate representation of color #79BBBB: hue angle of 180º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79BBBB is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121187187-
CMYK0.35000.27
HSL180º32.67%60.39%-
HSV(B)180º35.29%73.33%-
XYZ34.6343.1953.53-
YUV167.27139.1395-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.44%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=24.44%
G=37.78%
B=37.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211871870.35000.2718032.6760.39
Hex79BBBB23001Bb4213c
Octal1712732734300332644174
Binary11110011011101110111011100011001101110110100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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