Html Css Color HEX #9EC0B2 Shadow Green

📋 copy color: '#9EC0B2'

red 158 ◦ green 192 ◦ blue 178

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

Shades of Shadow Green #9EC0B2

Tints of Shadow Green #9EC0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 29.92%
G = 36.36%
B = 33.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#9EC0B2 (or 0x9EC0B2) is known color: Shadow Green. HEX triplet: 9E, C0 and B2. RGB value is (158,192,178). Sum of RGB (Red+Green+Blue) = 158+192+178=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC0B2 is #613F4D. Grayscale: #B4B4B4. Windows color (decimal): -6373198 or 11714718. OLE color: 11714718.

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

Color convert

RGB 158 192 178 -
CMYK 0.18 0 0.07 0.25
HSL 155.29º 0.21% 0.69% -
HSV(B) 155.29º 0.18% 0.75% -
XYZ 40.99 48.18 49.26 -
YUV 180.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 158 192 178 0.18 0 0.07 0.25 155.29 0.21 0.69
Hex 9E C0 B2 12 0 7 19 9B 15 45
Octal 236 300 262 22 0 7 31 233 25 105
Binary 10011110 11000000 10110010 10010 0 111 11001 10011011 10101 1000101

Color Harmonies of #9EC0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC0B2

Black with #9EC0B2

Text Example


Text Example

White with #9EC0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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