#93C9B8

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

Shades of Shadow Green #93C9B8

Tints of Shadow Green #93C9B8

Color information

#93C9B8 (or 0x93C9B8) is unknown color: approx Shadow Green. HEX triplet: 93, C9 and B8. RGB value is (147,201,184). Sum of RGB (Red+Green+Blue) = 147+201+184=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #93C9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C9B8 is #6C3647. Grayscale: #B6B6B6. Windows color (decimal): -7091784 or 12110227. OLE color: 12110227.

HSL color Cylindrical-coordinate representation of color #93C9B8: hue angle of 161.11º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C9B8 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB147201184-
CMYK0.2700.080.21
HSL161.11º33.33%68.24%-
HSV(B)161.11º26.87%78.82%-
XYZ41.5751.4453.08-
YUV182.92128.61102.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.63%
GREEN value IS 201 (78.91% from 255) = 37.78%
BLUE value IS 184 (72.27% from 255) = 34.59%
R=27.63%
G=37.78%
B=34.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472011840.2700.080.21161.1133.3368.24
Hex93C9B81B0815a12144
Octal223311270330102524141104
Binary100100111100100110111000110110100010101101000011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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