#98C095

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

Shades of Dark Sea Green #98C095

Tints of Dark Sea Green #98C095

Color information

#98C095 (or 0x98C095) is unknown color: approx Dark Sea Green. HEX triplet: 98, C0 and 95. RGB value is (152,192,149). Sum of RGB (Red+Green+Blue) = 152+192+149=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #98C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C095 is #673F6A. Grayscale: #AFAFAF. Windows color (decimal): -6766443 or 9814168. OLE color: 9814168.

HSL color Cylindrical-coordinate representation of color #98C095: hue angle of 115.81º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98C095 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB152192149-
CMYK0.2100.220.25
HSL115.81º25.44%66.86%-
HSV(B)115.81º22.4%75.29%-
XYZ37.2246.5435.46-
YUV175.14113.25111.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=30.83%
G=38.95%
B=30.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521921490.2100.220.25115.8125.4466.86
Hex98C0951501619741943
Octal230300225250263116431103
Binary10011000110000001001010110101010110110011110100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,192,149); }

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

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

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

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

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

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

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