#9AB29B

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

Shades of Dark Sea Green #9AB29B

Tints of Dark Sea Green #9AB29B

Color information

#9AB29B (or 0x9AB29B) is unknown color: approx Dark Sea Green. HEX triplet: 9A, B2 and 9B. RGB value is (154,178,155). Sum of RGB (Red+Green+Blue) = 154+178+155=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB29B is #654D64. Grayscale: #A8A8A8. Windows color (decimal): -6638949 or 10203802. OLE color: 10203802.

HSL color Cylindrical-coordinate representation of color #9AB29B: hue angle of 122.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AB29B is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB154178155-
CMYK0.1300.130.30
HSL122.5º13.48%65.1%-
HSV(B)122.5º13.48%69.8%-
XYZ35.1641.0837.09-
YUV168.2120.55117.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.62%
GREEN value IS 178 (69.92% from 255) = 36.55%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=31.62%
G=36.55%
B=31.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541781550.1300.130.30122.513.4865.1
Hex9AB29BD0D1E7ad41
Octal232262233150153617215101
Binary10011010101100101001101111010110111110111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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