#9EBBA0

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

Shades of Dark Sea Green #9EBBA0

Tints of Dark Sea Green #9EBBA0

Color information

#9EBBA0 (or 0x9EBBA0) is unknown color: approx Dark Sea Green. HEX triplet: 9E, BB and A0. RGB value is (158,187,160). Sum of RGB (Red+Green+Blue) = 158+187+160=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBBA0 is #61445F. Grayscale: #AFAFAF. Windows color (decimal): -6374496 or 10533790. OLE color: 10533790.

HSL color Cylindrical-coordinate representation of color #9EBBA0: hue angle of 124.14º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBBA0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB158187160-
CMYK0.1600.140.27
HSL124.14º17.58%67.65%-
HSV(B)124.14º15.51%73.33%-
XYZ38.2245.3540-
YUV175.25119.39115.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=31.29%
G=37.03%
B=31.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871600.1600.140.27124.1417.5867.65
Hex9EBBA0100E1B7c1244
Octal236273240200163317422104
Binary1001111010111011101000001000001110110111111100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,187,160); }

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

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

 a { background-color: rgb(158,187,160); }

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

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

 span { border-color: rgb(158,187,160); }

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