#8FC296

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

Shades of Dark Sea Green #8FC296

Tints of Dark Sea Green #8FC296

Color information

#8FC296 (or 0x8FC296) is unknown color: approx Dark Sea Green. HEX triplet: 8F, C2 and 96. RGB value is (143,194,150). Sum of RGB (Red+Green+Blue) = 143+194+150=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC296 is #703D69. Grayscale: #ADADAD. Windows color (decimal): -7355754 or 9880207. OLE color: 9880207.

HSL color Cylindrical-coordinate representation of color #8FC296: hue angle of 128.24º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC296 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB143194150-
CMYK0.2600.230.24
HSL128.24º29.48%66.08%-
HSV(B)128.24º26.29%76.08%-
XYZ36.1246.6335.95-
YUV173.74114.6106.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.36%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=29.36%
G=39.84%
B=30.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431941500.2600.230.24128.2429.4866.08
Hex8FC2961A01718801d42
Octal217302226320273020035102
Binary100011111100001010010110110100101111100010000000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,194,150); }

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

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

 a { background-color: rgb(143,194,150); }

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

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

 span { border-color: rgb(143,194,150); }

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