#9ABE9E

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

Shades of Dark Sea Green #9ABE9E

Tints of Dark Sea Green #9ABE9E

Color information

#9ABE9E (or 0x9ABE9E) is unknown color: approx Dark Sea Green. HEX triplet: 9A, BE and 9E. RGB value is (154,190,158). Sum of RGB (Red+Green+Blue) = 154+190+158=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABE9E is #654161. Grayscale: #AFAFAF. Windows color (decimal): -6635874 or 10403482. OLE color: 10403482.

HSL color Cylindrical-coordinate representation of color #9ABE9E: hue angle of 126.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABE9E is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB154190158-
CMYK0.1900.170.25
HSL126.67º21.69%67.45%-
HSV(B)126.67º18.95%74.51%-
XYZ37.9146.1739.26-
YUV175.59118.07112.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.68%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=30.68%
G=37.85%
B=31.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901580.1900.170.25126.6721.6967.45
Hex9ABE9E13011197f1643
Octal232276236230213117726103
Binary10011010101111101001111010011010001110011111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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