#98CB95

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

Shades of Dark Sea Green #98CB95

Tints of Dark Sea Green #98CB95

Color information

#98CB95 (or 0x98CB95) is unknown color: approx Dark Sea Green. HEX triplet: 98, CB and 95. RGB value is (152,203,149). Sum of RGB (Red+Green+Blue) = 152+203+149=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CB95 is #67346A. Grayscale: #B5B5B5. Windows color (decimal): -6763627 or 9816984. OLE color: 9816984.

HSL color Cylindrical-coordinate representation of color #98CB95: hue angle of 116.67º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CB95 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB152203149-
CMYK0.2500.270.20
HSL116.67º34.18%69.02%-
HSV(B)116.67º26.6%79.61%-
XYZ39.7351.5636.29-
YUV181.59109.6106.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.16%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=30.16%
G=40.28%
B=29.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522031490.2500.270.20116.6734.1869.02
Hex98CB951901B14752245
Octal230313225310332416542105
Binary100110001100101110010101110010110111010011101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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