#98B998

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

Shades of Dark Sea Green #98B998

Tints of Dark Sea Green #98B998

Color information

#98B998 (or 0x98B998) is unknown color: approx Dark Sea Green. HEX triplet: 98, B9 and 98. RGB value is (152,185,152). Sum of RGB (Red+Green+Blue) = 152+185+152=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #98B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B998 is #674667. Grayscale: #ABABAB. Windows color (decimal): -6768232 or 10008984. OLE color: 10008984.

HSL color Cylindrical-coordinate representation of color #98B998: hue angle of 120º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98B998 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB152185152-
CMYK0.1800.180.27
HSL120º19.08%66.08%-
HSV(B)120º17.84%72.55%-
XYZ35.9743.6436.23-
YUV171.37117.07114.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.08%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=31.08%
G=37.83%
B=31.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521851520.1800.180.2712019.0866.08
Hex98B998120121B781342
Octal230271230220223317023102
Binary10011000101110011001100010010010010110111111000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,185,152); }

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

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

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

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

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

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

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