#9ABC9E

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

Shades of Dark Sea Green #9ABC9E

Tints of Dark Sea Green #9ABC9E

Color information

#9ABC9E (or 0x9ABC9E) is unknown color: approx Dark Sea Green. HEX triplet: 9A, BC and 9E. RGB value is (154,188,158). Sum of RGB (Red+Green+Blue) = 154+188+158=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC9E is #654361. Grayscale: #AEAEAE. Windows color (decimal): -6636386 or 10402970. OLE color: 10402970.

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

Color convert

RGB154188158-
CMYK0.1800.160.26
HSL127.06º20.24%67.06%-
HSV(B)127.06º18.09%73.73%-
XYZ37.4845.3139.12-
YUV174.41118.74113.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 188 (73.83% from 255) = 37.6%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=30.8%
G=37.6%
B=31.6%

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
Decimal1541881580.1800.160.26127.0620.2467.06
Hex9ABC9E120101A7f1443
Octal232274236220203217724103
Binary10011010101111001001111010010010000110101111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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