#9ABC9B

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

Shades of Dark Sea Green #9ABC9B

Tints of Dark Sea Green #9ABC9B

Color information

#9ABC9B (or 0x9ABC9B) is unknown color: approx Dark Sea Green. HEX triplet: 9A, BC and 9B. RGB value is (154,188,155). Sum of RGB (Red+Green+Blue) = 154+188+155=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC9B is #654364. Grayscale: #AEAEAE. Windows color (decimal): -6636389 or 10206362. OLE color: 10206362.

HSL color Cylindrical-coordinate representation of color #9ABC9B: hue angle of 121.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABC9B is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB154188155-
CMYK0.1800.180.26
HSL121.76º20.24%67.06%-
HSV(B)121.76º18.09%73.73%-
XYZ37.2345.237.77-
YUV174.07117.24113.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=30.99%
G=37.83%
B=31.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881550.1800.180.26121.7620.2467.06
Hex9ABC9B120121A7a1443
Octal232274233220223217224103
Binary10011010101111001001101110010010010110101111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,188,155); }

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

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

 a { background-color: rgb(154,188,155); }

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

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

 span { border-color: rgb(154,188,155); }

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