#9BBEB8

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

Shades of Shadow Green #9BBEB8

Tints of Shadow Green #9BBEB8

Color information

#9BBEB8 (or 0x9BBEB8) is unknown color: approx Shadow Green. HEX triplet: 9B, BE and B8. RGB value is (155,190,184). Sum of RGB (Red+Green+Blue) = 155+190+184=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEB8 is #644147. Grayscale: #B2B2B2. Windows color (decimal): -6570312 or 12107419. OLE color: 12107419.

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

Color convert

RGB155190184-
CMYK0.1800.030.25
HSL169.71º21.21%67.65%-
HSV(B)169.71º18.42%74.51%-
XYZ40.5847.2652.33-
YUV178.85130.9110.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.30%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=29.30%
G=35.92%
B=34.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901840.1800.030.25169.7121.2167.65
Hex9BBEB8120319aa1544
Octal23327627022033125225104
Binary100110111011111010111000100100111100110101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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