#93C493

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

Shades of Dark Sea Green #93C493

Tints of Dark Sea Green #93C493

Color information

#93C493 (or 0x93C493) is unknown color: approx Dark Sea Green. HEX triplet: 93, C4 and 93. RGB value is (147,196,147). Sum of RGB (Red+Green+Blue) = 147+196+147=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #93C493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C493 is #6C3B6C. Grayscale: #AFAFAF. Windows color (decimal): -7093101 or 9684115. OLE color: 9684115.

HSL color Cylindrical-coordinate representation of color #93C493: hue angle of 120º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C493 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB147196147-
CMYK0.2500.250.23
HSL120º29.34%67.25%-
HSV(B)120º25%76.86%-
XYZ37.0447.7934.88-
YUV175.76111.77107.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 196 (76.95% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 30%
R=30%
G=40%
B=30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471961470.2500.250.2312029.3467.25
Hex93C4931901917781d43
Octal223304223310312717035103
Binary10010011110001001001001111001011001101111111000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,196,147); }

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

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

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

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

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

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

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