#9ABB9B

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

Shades of Dark Sea Green #9ABB9B

Tints of Dark Sea Green #9ABB9B

Color information

#9ABB9B (or 0x9ABB9B) is unknown color: approx Dark Sea Green. HEX triplet: 9A, BB and 9B. RGB value is (154,187,155). Sum of RGB (Red+Green+Blue) = 154+187+155=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABB9B is #654464. Grayscale: #ADADAD. Windows color (decimal): -6636645 or 10206106. OLE color: 10206106.

HSL color Cylindrical-coordinate representation of color #9ABB9B: hue angle of 121.82º 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 #9ABB9B is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB154187155-
CMYK0.1800.170.27
HSL121.82º19.53%66.86%-
HSV(B)121.82º17.65%73.33%-
XYZ37.0144.7837.7-
YUV173.48117.57114.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 155 (60.94% from 255) = 31.25%
R=31.05%
G=37.70%
B=31.25%

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
Decimal1541871550.1800.170.27121.8219.5366.86
Hex9ABB9B120111B7a1443
Octal232273233220213317224103
Binary10011010101110111001101110010010001110111111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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