#9ABB9C

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

Shades of Dark Sea Green #9ABB9C

Tints of Dark Sea Green #9ABB9C

Color information

#9ABB9C (or 0x9ABB9C) is unknown color: approx Dark Sea Green. HEX triplet: 9A, BB and 9C. RGB value is (154,187,156). Sum of RGB (Red+Green+Blue) = 154+187+156=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABB9C is #654463. Grayscale: #ADADAD. Windows color (decimal): -6636644 or 10271642. OLE color: 10271642.

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

Color convert

RGB154187156-
CMYK0.1800.170.27
HSL123.64º19.53%66.86%-
HSV(B)123.64º17.65%73.33%-
XYZ37.144.8138.15-
YUV173.6118.07114.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=30.99%
G=37.63%
B=31.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541871560.1800.170.27123.6419.5366.86
Hex9ABB9C120111B7c1443
Octal232273234220213317424103
Binary10011010101110111001110010010010001110111111100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,187,156); }

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

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

 a { background-color: rgb(154,187,156); }

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

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

 span { border-color: rgb(154,187,156); }

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