#9ABC9D

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

Shades of Dark Sea Green #9ABC9D

Tints of Dark Sea Green #9ABC9D

Color information

#9ABC9D (or 0x9ABC9D) is unknown color: approx Dark Sea Green. HEX triplet: 9A, BC and 9D. RGB value is (154,188,157). Sum of RGB (Red+Green+Blue) = 154+188+157=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC9D is #654362. Grayscale: #AEAEAE. Windows color (decimal): -6636387 or 10337434. OLE color: 10337434.

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

Color convert

RGB154188157-
CMYK0.1800.160.26
HSL125.29º20.24%67.06%-
HSV(B)125.29º18.09%73.73%-
XYZ37.445.2738.67-
YUV174.3118.24113.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.86%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=30.86%
G=37.68%
B=31.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881570.1800.160.26125.2920.2467.06
Hex9ABC9D120101A7d1443
Octal232274235220203217524103
Binary10011010101111001001110110010010000110101111101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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