#8FC08C

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

Shades of Dark Sea Green #8FC08C

Tints of Dark Sea Green #8FC08C

Color information

#8FC08C (or 0x8FC08C) is unknown color: approx Dark Sea Green. HEX triplet: 8F, C0 and 8C. RGB value is (143,192,140). Sum of RGB (Red+Green+Blue) = 143+192+140=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC08C is #703F73. Grayscale: #ABABAB. Windows color (decimal): -7356276 or 9224335. OLE color: 9224335.

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

Color convert

RGB143192140-
CMYK0.2600.270.25
HSL116.54º29.21%65.1%-
HSV(B)116.54º27.08%75.29%-
XYZ34.9145.4331.74-
YUV171.42110.27107.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.11%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=30.11%
G=40.42%
B=29.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431921400.2600.270.25116.5429.2165.1
Hex8FC08C1A01B19751d41
Octal217300214320333116535101
Binary10001111110000001000110011010011011110011110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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