#9EBAA0

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

Shades of Dark Sea Green #9EBAA0

Tints of Dark Sea Green #9EBAA0

Color information

#9EBAA0 (or 0x9EBAA0) is unknown color: approx Dark Sea Green. HEX triplet: 9E, BA and A0. RGB value is (158,186,160). Sum of RGB (Red+Green+Blue) = 158+186+160=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBAA0 is #61455F. Grayscale: #AEAEAE. Windows color (decimal): -6374752 or 10533534. OLE color: 10533534.

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

Color convert

RGB158186160-
CMYK0.1500.140.27
HSL124.29º16.87%67.45%-
HSV(B)124.29º15.05%72.94%-
XYZ3844.9239.93-
YUV174.66119.72116.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=31.35%
G=36.90%
B=31.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581861600.1500.140.27124.2916.8767.45
Hex9EBAA0F0E1B7c1143
Octal236272240170163317421103
Binary100111101011101010100000111101110110111111100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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