#98BA9C

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

Shades of Dark Sea Green #98BA9C

Tints of Dark Sea Green #98BA9C

Color information

#98BA9C (or 0x98BA9C) is unknown color: approx Dark Sea Green. HEX triplet: 98, BA and 9C. RGB value is (152,186,156). Sum of RGB (Red+Green+Blue) = 152+186+156=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BA9C is #674563. Grayscale: #ACACAC. Windows color (decimal): -6767972 or 10271384. OLE color: 10271384.

HSL color Cylindrical-coordinate representation of color #98BA9C: hue angle of 127.06º degrees, saturation: 0.2, 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 #98BA9C is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB152186156-
CMYK0.1800.160.27
HSL127.06º19.77%66.27%-
HSV(B)127.06º18.28%72.94%-
XYZ36.5144.1938.06-
YUV172.41118.74113.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=30.77%
G=37.65%
B=31.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861560.1800.160.27127.0619.7766.27
Hex98BA9C120101B7f1442
Octal230272234220203317724102
Binary10011000101110101001110010010010000110111111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,156); }

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

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

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

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

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

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

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