#7FB9B8

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

Shades of Glacier #7FB9B8

Tints of Glacier #7FB9B8

Color information

#7FB9B8 (or 0x7FB9B8) is unknown color: approx Glacier. HEX triplet: 7F, B9 and B8. RGB value is (127,185,184). Sum of RGB (Red+Green+Blue) = 127+185+184=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB9B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB9B8 is #804647. Grayscale: #A7A7A7. Windows color (decimal): -8406600 or 12106111. OLE color: 12106111.

HSL color Cylindrical-coordinate representation of color #7FB9B8: hue angle of 178.97º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB9B8 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB127185184-
CMYK0.3100.010.27
HSL178.97º29.29%61.18%-
HSV(B)178.97º31.35%72.55%-
XYZ34.7542.6751.75-
YUV167.54137.2899.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.60%
GREEN value IS 185 (72.66% from 255) = 37.30%
BLUE value IS 184 (72.27% from 255) = 37.10%
R=25.60%
G=37.30%
B=37.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271851840.3100.010.27178.9729.2961.18
Hex7FB9B81F011Bb31d3d
Octal1772712703701332633575
Binary111111110111001101110001111101110111011001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FB9B8; }

 p { color: rgb(127,185,184); }

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

<style>
 a { background-color: #7FB9B8; }

 a { background-color: rgb(127,185,184); }

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

<style>
 span { border-color: #7FB9B8; }

 span { border-color: rgb(127,185,184); }

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