#93C0B3

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

Shades of Shadow Green #93C0B3

Tints of Shadow Green #93C0B3

Color information

#93C0B3 (or 0x93C0B3) is unknown color: approx Shadow Green. HEX triplet: 93, C0 and B3. RGB value is (147,192,179). Sum of RGB (Red+Green+Blue) = 147+192+179=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #93C0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0B3 is #6C3F4C. Grayscale: #B1B1B1. Windows color (decimal): -7094093 or 11780243. OLE color: 11780243.

HSL color Cylindrical-coordinate representation of color #93C0B3: hue angle of 162.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93C0B3 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB147192179-
CMYK0.2300.070.25
HSL162.67º26.32%66.47%-
HSV(B)162.67º23.44%75.29%-
XYZ39.0247.1649.69-
YUV177.06129.09106.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.38%
GREEN value IS 192 (75.39% from 255) = 37.07%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=28.38%
G=37.07%
B=34.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471921790.2300.070.25162.6726.3266.47
Hex93C0B3170719a31a42
Octal22330026327073124332102
Binary1001001111000000101100111011101111100110100011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,192,179); }

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

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

 a { background-color: rgb(147,192,179); }

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

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

 span { border-color: rgb(147,192,179); }

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