#93C9BE

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

Shades of Shadow Green #93C9BE

Tints of Shadow Green #93C9BE

Color information

#93C9BE (or 0x93C9BE) is unknown color: approx Shadow Green. HEX triplet: 93, C9 and BE. RGB value is (147,201,190). Sum of RGB (Red+Green+Blue) = 147+201+190=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #93C9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C9BE is #6C3641. Grayscale: #B7B7B7. Windows color (decimal): -7091778 or 12503443. OLE color: 12503443.

HSL color Cylindrical-coordinate representation of color #93C9BE: hue angle of 167.78º 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 #93C9BE is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB147201190-
CMYK0.2700.050.21
HSL167.78º33.33%68.24%-
HSV(B)167.78º26.87%78.82%-
XYZ42.2151.6956.47-
YUV183.6131.61101.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.32%
GREEN value IS 201 (78.91% from 255) = 37.36%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=27.32%
G=37.36%
B=35.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472011900.2700.050.21167.7833.3368.24
Hex93C9BE1B0515a82144
Octal22331127633052525041104
Binary10010011110010011011111011011010110101101010001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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