#98BC94

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

Shades of Dark Sea Green #98BC94

Tints of Dark Sea Green #98BC94

Color information

#98BC94 (or 0x98BC94) is unknown color: approx Dark Sea Green. HEX triplet: 98, BC and 94. RGB value is (152,188,148). Sum of RGB (Red+Green+Blue) = 152+188+148=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BC94 is #67436B. Grayscale: #ACACAC. Windows color (decimal): -6767468 or 9747608. OLE color: 9747608.

HSL color Cylindrical-coordinate representation of color #98BC94: hue angle of 114º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98BC94 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB152188148-
CMYK0.1900.210.26
HSL114º22.99%65.88%-
HSV(B)114º21.28%73.73%-
XYZ36.2844.7834.75-
YUV172.68114.07113.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 188 (73.83% from 255) = 38.52%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=31.15%
G=38.52%
B=30.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881480.1900.210.2611422.9965.88
Hex98BC94130151A721742
Octal230274224230253216227102
Binary10011000101111001001010010011010101110101110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,188,148); }

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

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

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

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

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

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

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