#9BCAB8

Color #9BCAB8 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #9BCAB8

Tints of Shadow Green #9BCAB8

Color information

#9BCAB8 (or 0x9BCAB8) is unknown color: approx Shadow Green. HEX triplet: 9B, CA and B8. RGB value is (155,202,184). Sum of RGB (Red+Green+Blue) = 155+202+184=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAB8 is #643547. Grayscale: #B9B9B9. Windows color (decimal): -6567240 or 12110491. OLE color: 12110491.

HSL color Cylindrical-coordinate representation of color #9BCAB8: hue angle of 157.02º degrees, saturation: 0.31, 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 #9BCAB8 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB155202184-
CMYK0.2300.090.21
HSL157.02º30.72%70%-
HSV(B)157.02º23.27%79.22%-
XYZ43.2952.6753.23-
YUV185.9126.93105.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.65%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 184 (72.27% from 255) = 34.01%
R=28.65%
G=37.34%
B=34.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021840.2300.090.21157.0230.7270
Hex9BCAB81709159d1f46
Octal233312270270112523537106
Binary10011011110010101011100010111010011010110011101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,184); }

 H1.HeaderClassName
 {
   color: #9BCAB8;
 }
 .AnyTagClassName
 {
   color: #9BCAB8;
 }
</style>
background-color css

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

 a { background-color: rgb(155,202,184); }

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

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

 span { border-color: rgb(155,202,184); }

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