Html Css Color HEX #9DC0BE Shadow Green

📋 copy color: '#9DC0BE'

red 157 ◦ green 192 ◦ blue 190

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

Shades of Shadow Green #9DC0BE

Tints of Shadow Green #9DC0BE

RGB

 RED value IS 157 (61.72% from 255) = 29.13%

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

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

R = 29.13%
G = 35.62%
B = 35.25%

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

#9DC0BE (or 0x9DC0BE) is known color: Shadow Green. HEX triplet: 9D, C0 and BE. RGB value is (157,192,190). Sum of RGB (Red+Green+Blue) = 157+192+190=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC0BE is #623F41. Grayscale: #B5B5B5. Windows color (decimal): -6438722 or 12501149. OLE color: 12501149.

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

Color convert

RGB 157 192 190 -
CMYK 0.18 0 0.01 0.25
HSL 176.57º 0.22% 0.68% -
HSV(B) 176.57º 0.18% 0.75% -
XYZ 42.05 48.59 55.88 -
YUV 181.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 157 192 190 0.18 0 0.01 0.25 176.57 0.22 0.68
Hex 9D C0 BE 12 0 1 19 B1 16 44
Octal 235 300 276 22 0 1 31 261 26 104
Binary 10011101 11000000 10111110 10010 0 1 11001 10110001 10110 1000100

Color Harmonies of #9DC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC0BE

Black with #9DC0BE

Text Example


Text Example

White with #9DC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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