#93C0BB

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

Shades of Shadow Green #93C0BB

Tints of Shadow Green #93C0BB

Color information

#93C0BB (or 0x93C0BB) is unknown color: approx Shadow Green. HEX triplet: 93, C0 and BB. RGB value is (147,192,187). Sum of RGB (Red+Green+Blue) = 147+192+187=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #93C0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0BB is #6C3F44. Grayscale: #B1B1B1. Windows color (decimal): -7094085 or 12304531. OLE color: 12304531.

HSL color Cylindrical-coordinate representation of color #93C0BB: hue angle of 173.33º 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 #93C0BB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB147192187-
CMYK0.2300.030.25
HSL173.33º26.32%66.47%-
HSV(B)173.33º23.44%75.29%-
XYZ39.8547.4954.08-
YUV177.98133.09105.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.95%
GREEN value IS 192 (75.39% from 255) = 36.50%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=27.95%
G=36.50%
B=35.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471921870.2300.030.25173.3326.3266.47
Hex93C0BB170319ad1a42
Octal22330027327033125532102
Binary100100111100000010111011101110111100110101101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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