Html Css Color HEX #9EC0B4 Shadow Green

📋 copy color: '#9EC0B4'

red 158 ◦ green 192 ◦ blue 180

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

Shades of Shadow Green #9EC0B4

Tints of Shadow Green #9EC0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.96%

R = 29.81%
G = 36.23%
B = 33.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#9EC0B4 (or 0x9EC0B4) is known color: Shadow Green. HEX triplet: 9E, C0 and B4. RGB value is (158,192,180). Sum of RGB (Red+Green+Blue) = 158+192+180=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC0B4 is #613F4B. Grayscale: #B4B4B4. Windows color (decimal): -6373196 or 11845790. OLE color: 11845790.

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

Color convert

RGB 158 192 180 -
CMYK 0.18 0 0.06 0.25
HSL 158.82º 0.21% 0.69% -
HSV(B) 158.82º 0.18% 0.75% -
XYZ 41.19 48.26 50.32 -
YUV 180.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 158 192 180 0.18 0 0.06 0.25 158.82 0.21 0.69
Hex 9E C0 B4 12 0 6 19 9F 15 45
Octal 236 300 264 22 0 6 31 237 25 105
Binary 10011110 11000000 10110100 10010 0 110 11001 10011111 10101 1000101

Color Harmonies of #9EC0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC0B4

Black with #9EC0B4

Text Example


Text Example

White with #9EC0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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