#98B49A

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

Shades of Dark Sea Green #98B49A

Tints of Dark Sea Green #98B49A

Color information

#98B49A (or 0x98B49A) is unknown color: approx Dark Sea Green. HEX triplet: 98, B4 and 9A. RGB value is (152,180,154). Sum of RGB (Red+Green+Blue) = 152+180+154=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #98B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B49A is #674B65. Grayscale: #A8A8A8. Windows color (decimal): -6769510 or 10138776. OLE color: 10138776.

HSL color Cylindrical-coordinate representation of color #98B49A: hue angle of 124.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98B49A is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB152180154-
CMYK0.1600.140.29
HSL124.29º15.73%65.1%-
HSV(B)124.29º15.56%70.59%-
XYZ35.141.6536.76-
YUV168.66119.72116.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=31.28%
G=37.04%
B=31.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801540.1600.140.29124.2915.7365.1
Hex98B49A100E1D7c1041
Octal230264232200163517420101
Binary1001100010110100100110101000001110111011111100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,180,154); }

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

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

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

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

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

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

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