#8DC893

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

Shades of Dark Sea Green #8DC893

Tints of Dark Sea Green #8DC893

Color information

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

HSL color Cylindrical-coordinate representation of color #8DC893: hue angle of 126.1º 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 #8DC893 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB141200147-
CMYK0.2900.260.22
HSL126.1º34.91%66.86%-
HSV(B)126.1º29.5%78.43%-
XYZ36.9149.0835.13-
YUV176.32111.45102.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001470.2900.260.22126.134.9166.86
Hex8DC8931D01A167e2343
Octal215310223350322617643103
Binary100011011100100010010011111010110101011011111101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DC893; }

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

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

<style>
 a { background-color: #8DC893; }

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

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

<style>
 span { border-color: #8DC893; }

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

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