#8CC896

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

Shades of Dark Sea Green #8CC896

Tints of Dark Sea Green #8CC896

Color information

#8CC896 (or 0x8CC896) is unknown color: approx Dark Sea Green. HEX triplet: 8C, C8 and 96. RGB value is (140,200,150). Sum of RGB (Red+Green+Blue) = 140+200+150=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC896 is #733769. Grayscale: #B0B0B0. Windows color (decimal): -7550826 or 9881740. OLE color: 9881740.

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

Color convert

RGB140200150-
CMYK0.300.250.22
HSL130º35.29%66.67%-
HSV(B)130º30%78.43%-
XYZ36.9749.0936.38-
YUV176.36113.12102.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.57%
GREEN value IS 200 (78.52% from 255) = 40.82%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=28.57%
G=40.82%
B=30.61%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001500.300.250.2213035.2966.67
Hex8CC8961E01916822343
Octal214310226360312620243103
Binary1000110011001000100101101111001100110110100000101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,200,150); }

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

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

 a { background-color: rgb(140,200,150); }

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

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

 span { border-color: rgb(140,200,150); }

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