#8CC08E

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

Shades of Dark Sea Green #8CC08E

Tints of Dark Sea Green #8CC08E

Color information

#8CC08E (or 0x8CC08E) is unknown color: approx Dark Sea Green. HEX triplet: 8C, C0 and 8E. RGB value is (140,192,142). Sum of RGB (Red+Green+Blue) = 140+192+142=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC08E is #733F71. Grayscale: #AAAAAA. Windows color (decimal): -7552882 or 9355404. OLE color: 9355404.

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

Color convert

RGB140192142-
CMYK0.2700.260.25
HSL122.31º29.21%65.1%-
HSV(B)122.31º27.08%75.29%-
XYZ34.5545.2332.5-
YUV170.75111.77106.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.54%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=29.54%
G=40.51%
B=29.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401921420.2700.260.25122.3129.2165.1
Hex8CC08E1B01A197a1d41
Octal214300216330323117235101
Binary10001100110000001000111011011011010110011111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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