#8FCA92

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

Shades of Dark Sea Green #8FCA92

Tints of Dark Sea Green #8FCA92

Color information

#8FCA92 (or 0x8FCA92) is unknown color: approx Dark Sea Green. HEX triplet: 8F, CA and 92. RGB value is (143,202,146). Sum of RGB (Red+Green+Blue) = 143+202+146=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA92 is #70356D. Grayscale: #B2B2B2. Windows color (decimal): -7353710 or 9620111. OLE color: 9620111.

HSL color Cylindrical-coordinate representation of color #8FCA92: hue angle of 123.05º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCA92 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB143202146-
CMYK0.2900.280.21
HSL123.05º35.76%67.65%-
HSV(B)123.05º29.21%79.22%-
XYZ37.6450.1634.89-
YUV177.98109.95103.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.12%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=29.12%
G=41.14%
B=29.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021460.2900.280.21123.0535.7667.65
Hex8FCA921D01C157b2444
Octal217312222350342517344104
Binary100011111100101010010010111010111001010111110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,146); }

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

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

 a { background-color: rgb(143,202,146); }

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

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

 span { border-color: rgb(143,202,146); }

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