Html Css Color HEX #9EBCB8 Shadow Green

📋 copy color: '#9EBCB8'

red 158 ◦ green 188 ◦ blue 184

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

Shades of Shadow Green #9EBCB8

Tints of Shadow Green #9EBCB8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.47%

 BLUE value IS 184 (72.27% from 255) = 34.72%

R = 29.81%
G = 35.47%
B = 34.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#9EBCB8 (or 0x9EBCB8) is known color: Shadow Green. HEX triplet: 9E, BC and B8. RGB value is (158,188,184). Sum of RGB (Red+Green+Blue) = 158+188+184=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCB8 is #614347. Grayscale: #B2B2B2. Windows color (decimal): -6374216 or 12106910. OLE color: 12106910.

HSL color Cylindrical-coordinate representation of color #9EBCB8: hue angle of 172º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBCB8 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 188 184 -
CMYK 0.16 0 0.02 0.26
HSL 172º 0.18% 0.68% -
HSV(B) 172º 0.16% 0.74% -
XYZ 40.74 46.7 52.21 -
YUV 178.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 158 188 184 0.16 0 0.02 0.26 172 0.18 0.68
Hex 9E BC B8 10 0 2 1A AC 12 44
Octal 236 274 270 20 0 2 32 254 22 104
Binary 10011110 10111100 10111000 10000 0 10 11010 10101100 10010 1000100

Color Harmonies of #9EBCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBCB8

Black with #9EBCB8

Text Example


Text Example

White with #9EBCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,188,184); }

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

background-color css

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

 a { background-color: rgb(158,188,184); }

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

border-color css

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

 span { border-color: rgb(158,188,184); }

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