#93BAB8

Color #93BAB8 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #93BAB8

Tints of Shadow Green #93BAB8

Color information

#93BAB8 (or 0x93BAB8) is unknown color: approx Shadow Green. HEX triplet: 93, BA and B8. RGB value is (147,186,184). Sum of RGB (Red+Green+Blue) = 147+186+184=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #93BAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BAB8 is #6C4547. Grayscale: #AEAEAE. Windows color (decimal): -7095624 or 12106387. OLE color: 12106387.

HSL color Cylindrical-coordinate representation of color #93BAB8: hue angle of 176.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BAB8 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB147186184-
CMYK0.2100.010.27
HSL176.92º22.03%65.29%-
HSV(B)176.92º20.97%72.94%-
XYZ38.2444.7851.98-
YUV174.11133.58108.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 184 (72.27% from 255) = 35.59%
R=28.43%
G=35.98%
B=35.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471861840.2100.010.27176.9222.0365.29
Hex93BAB815011Bb11641
Octal22327227025013326126101
Binary10010011101110101011100010101011101110110001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BAB8; }

 p { color: rgb(147,186,184); }

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

<style>
 a { background-color: #93BAB8; }

 a { background-color: rgb(147,186,184); }

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

<style>
 span { border-color: #93BAB8; }

 span { border-color: rgb(147,186,184); }

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