Html Css Color HEX #9EC0A0 Dark Sea Green

📋 copy color: '#9EC0A0'

red 158 ◦ green 192 ◦ blue 160

#9EC0A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #9EC0A0

Tints of Dark Sea Green #9EC0A0

RGB

 RED value IS 158 (62.11% from 255) = 30.98%

 GREEN value IS 192 (75.39% from 255) = 37.65%

 BLUE value IS 160 (62.89% from 255) = 31.37%

R = 30.98%
G = 37.65%
B = 31.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#9EC0A0 (or 0x9EC0A0) is known color: Dark Sea Green. HEX triplet: 9E, C0 and A0. RGB value is (158,192,160). Sum of RGB (Red+Green+Blue) = 158+192+160=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC0A0 is #613F5F. Grayscale: #B2B2B2. Windows color (decimal): -6373216 or 10535070. OLE color: 10535070.

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

Color convert

RGB 158 192 160 -
CMYK 0.18 0 0.17 0.25
HSL 123.53º 0.21% 0.69% -
HSV(B) 123.53º 0.18% 0.75% -
XYZ 39.3 47.51 40.36 -
YUV 178.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 158 192 160 0.18 0 0.17 0.25 123.53 0.21 0.69
Hex 9E C0 A0 12 0 11 19 7C 15 45
Octal 236 300 240 22 0 21 31 174 25 105
Binary 10011110 11000000 10100000 10010 0 10001 11001 1111100 10101 1000101

Color Harmonies of #9EC0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC0A0

Black with #9EC0A0

Text Example


Text Example

White with #9EC0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EC0A0;
 }
 .AnyTagClassName
 {
   color: #9EC0A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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