#98C992

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

Shades of Dark Sea Green #98C992

Tints of Dark Sea Green #98C992

Color information

#98C992 (or 0x98C992) is unknown color: approx Dark Sea Green. HEX triplet: 98, C9 and 92. RGB value is (152,201,146). Sum of RGB (Red+Green+Blue) = 152+201+146=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #98C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C992 is #67366D. Grayscale: #B4B4B4. Windows color (decimal): -6764142 or 9619864. OLE color: 9619864.

HSL color Cylindrical-coordinate representation of color #98C992: hue angle of 113.45º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98C992 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB152201146-
CMYK0.2400.270.21
HSL113.45º33.74%68.04%-
HSV(B)113.45º27.36%78.82%-
XYZ39.0250.5234.89-
YUV180.08108.77107.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 146 (57.42% from 255) = 29.26%
R=30.46%
G=40.28%
B=29.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522011460.2400.270.21113.4533.7468.04
Hex98C9921801B15712244
Octal230311222300332516142104
Binary100110001100100110010010110000110111010111100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98C992; }

 p { color: rgb(152,201,146); }

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

<style>
 a { background-color: #98C992; }

 a { background-color: rgb(152,201,146); }

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

<style>
 span { border-color: #98C992; }

 span { border-color: rgb(152,201,146); }

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