#9ABA9D

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

Shades of Dark Sea Green #9ABA9D

Tints of Dark Sea Green #9ABA9D

Color information

#9ABA9D (or 0x9ABA9D) is unknown color: approx Dark Sea Green. HEX triplet: 9A, BA and 9D. RGB value is (154,186,157). Sum of RGB (Red+Green+Blue) = 154+186+157=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABA9D is #654562. Grayscale: #ADADAD. Windows color (decimal): -6636899 or 10336922. OLE color: 10336922.

HSL color Cylindrical-coordinate representation of color #9ABA9D: hue angle of 125.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9ABA9D is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB154186157-
CMYK0.1700.160.27
HSL125.62º18.82%66.67%-
HSV(B)125.62º17.2%72.94%-
XYZ36.9744.4238.52-
YUV173.13118.9114.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=30.99%
G=37.42%
B=31.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861570.1700.160.27125.6218.8266.67
Hex9ABA9D110101B7e1343
Octal232272235210203317623103
Binary10011010101110101001110110001010000110111111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABA9D; }

 p { color: rgb(154,186,157); }

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

<style>
 a { background-color: #9ABA9D; }

 a { background-color: rgb(154,186,157); }

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

<style>
 span { border-color: #9ABA9D; }

 span { border-color: rgb(154,186,157); }

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