#93CABE

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

Shades of Shadow Green #93CABE

Tints of Shadow Green #93CABE

Color information

#93CABE (or 0x93CABE) is unknown color: approx Shadow Green. HEX triplet: 93, CA and BE. RGB value is (147,202,190). Sum of RGB (Red+Green+Blue) = 147+202+190=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #93CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CABE is #6C3541. Grayscale: #B8B8B8. Windows color (decimal): -7091522 or 12503699. OLE color: 12503699.

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

Color convert

RGB147202190-
CMYK0.2700.060.21
HSL166.91º34.16%68.43%-
HSV(B)166.91º27.23%79.22%-
XYZ42.4552.1656.55-
YUV184.19131.28101.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.27%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=27.27%
G=37.48%
B=35.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472021900.2700.060.21166.9134.1668.43
Hex93CABE1B0615a72244
Octal22331227633062524742104
Binary10010011110010101011111011011011010101101001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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