Html Css Color HEX #9BC9BE Shadow Green

📋 copy color: '#9BC9BE'

red 155 ◦ green 201 ◦ blue 190

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

Shades of Shadow Green #9BC9BE

Tints of Shadow Green #9BC9BE

RGB

 RED value IS 155 (60.94% from 255) = 28.39%

 GREEN value IS 201 (78.91% from 255) = 36.81%

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

R = 28.39%
G = 36.81%
B = 34.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#9BC9BE (or 0x9BC9BE) is known color: Shadow Green. HEX triplet: 9B, C9 and BE. RGB value is (155,201,190). Sum of RGB (Red+Green+Blue) = 155+201+190=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9BE is #643641. Grayscale: #B9B9B9. Windows color (decimal): -6567490 or 12503451. OLE color: 12503451.

HSL color Cylindrical-coordinate representation of color #9BC9BE: hue angle of 165.65º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC9BE is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 201 190 -
CMYK 0.23 0 0.05 0.21
HSL 165.65º 0.3% 0.7% -
HSV(B) 165.65º 0.23% 0.79% -
XYZ 43.7 52.46 56.54 -
YUV 185.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 155 201 190 0.23 0 0.05 0.21 165.65 0.3 0.7
Hex 9B C9 BE 17 0 5 15 A6 1E 46
Octal 233 311 276 27 0 5 25 246 36 106
Binary 10011011 11001001 10111110 10111 0 101 10101 10100110 11110 1000110

Color Harmonies of #9BC9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC9BE

Black with #9BC9BE

Text Example


Text Example

White with #9BC9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,190); }

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

background-color css

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

 a { background-color: rgb(155,201,190); }

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

border-color css

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

 span { border-color: rgb(155,201,190); }

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