#8CC095

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

Shades of Dark Sea Green #8CC095

Tints of Dark Sea Green #8CC095

Color information

#8CC095 (or 0x8CC095) is unknown color: approx Dark Sea Green. HEX triplet: 8C, C0 and 95. RGB value is (140,192,149). Sum of RGB (Red+Green+Blue) = 140+192+149=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC095 is #733F6A. Grayscale: #ABABAB. Windows color (decimal): -7552875 or 9814156. OLE color: 9814156.

HSL color Cylindrical-coordinate representation of color #8CC095: hue angle of 130.38º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC095 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB140192149-
CMYK0.2700.220.25
HSL130.38º29.21%65.1%-
HSV(B)130.38º27.08%75.29%-
XYZ35.0945.4435.36-
YUV171.55115.27105.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.11%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=29.11%
G=39.92%
B=30.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401921490.2700.220.25130.3829.2165.1
Hex8CC0951B01619821d41
Octal214300225330263120235101
Binary100011001100000010010101110110101101100110000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,192,149); }

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

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

 a { background-color: rgb(140,192,149); }

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

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

 span { border-color: rgb(140,192,149); }

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