Html Css Color HEX #9EC0BE Shadow Green

📋 copy color: '#9EC0BE'

red 158 ◦ green 192 ◦ blue 190

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

Shades of Shadow Green #9EC0BE

Tints of Shadow Green #9EC0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 29.26%
G = 35.56%
B = 35.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#9EC0BE (or 0x9EC0BE) is known color: Shadow Green. HEX triplet: 9E, C0 and BE. RGB value is (158,192,190). Sum of RGB (Red+Green+Blue) = 158+192+190=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC0BE is #613F41. Grayscale: #B5B5B5. Windows color (decimal): -6373186 or 12501150. OLE color: 12501150.

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

Color convert

RGB 158 192 190 -
CMYK 0.18 0 0.01 0.25
HSL 176.47º 0.21% 0.69% -
HSV(B) 176.47º 0.18% 0.75% -
XYZ 42.24 48.69 55.89 -
YUV 181.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 158 192 190 0.18 0 0.01 0.25 176.47 0.21 0.69
Hex 9E C0 BE 12 0 1 19 B0 15 45
Octal 236 300 276 22 0 1 31 260 25 105
Binary 10011110 11000000 10111110 10010 0 1 11001 10110000 10101 1000101

Color Harmonies of #9EC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC0BE

Black with #9EC0BE

Text Example


Text Example

White with #9EC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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