#9DBBAB

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

Shades of Skeptic #9DBBAB

Tints of Skeptic #9DBBAB

Color information

#9DBBAB (or 0x9DBBAB) is unknown color: approx Skeptic. HEX triplet: 9D, BB and AB. RGB value is (157,187,171). Sum of RGB (Red+Green+Blue) = 157+187+171=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBBAB is #624454. Grayscale: #B0B0B0. Windows color (decimal): -6440021 or 11254685. OLE color: 11254685.

HSL color Cylindrical-coordinate representation of color #9DBBAB: hue angle of 148º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBBAB is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB157187171-
CMYK0.1600.090.27
HSL148º18.07%67.45%-
HSV(B)148º16.04%73.33%-
XYZ39.0345.6545.28-
YUV176.21125.06114.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=30.49%
G=36.31%
B=33.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571871710.1600.090.2714818.0767.45
Hex9DBBAB10091B941243
Octal235273253200113322422103
Binary10011101101110111010101110000010011101110010100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,187,171); }

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

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

 a { background-color: rgb(157,187,171); }

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

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

 span { border-color: rgb(157,187,171); }

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