#93C88D

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

Shades of Dark Sea Green #93C88D

Tints of Dark Sea Green #93C88D

Color information

#93C88D (or 0x93C88D) is unknown color: approx Dark Sea Green. HEX triplet: 93, C8 and 8D. RGB value is (147,200,141). Sum of RGB (Red+Green+Blue) = 147+200+141=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #93C88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C88D is #6C3772. Grayscale: #B1B1B1. Windows color (decimal): -7092083 or 9291923. OLE color: 9291923.

HSL color Cylindrical-coordinate representation of color #93C88D: hue angle of 113.9º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93C88D is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB147200141-
CMYK0.2600.290.22
HSL113.9º34.91%66.86%-
HSV(B)113.9º29.5%78.43%-
XYZ37.4949.4332.76-
YUV177.43107.44106.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 200 (78.52% from 255) = 40.98%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=30.12%
G=40.98%
B=28.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1472001410.2600.290.22113.934.9166.86
Hex93C88D1A01D16722343
Octal223310215320352616243103
Binary100100111100100010001101110100111011011011100101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,200,141); }

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

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

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

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

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

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

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