#9BC0AD

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

Shades of Skeptic #9BC0AD

Tints of Skeptic #9BC0AD

Color information

#9BC0AD (or 0x9BC0AD) is unknown color: approx Skeptic. HEX triplet: 9B, C0 and AD. RGB value is (155,192,173). Sum of RGB (Red+Green+Blue) = 155+192+173=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC0AD is #643F52. Grayscale: #B2B2B2. Windows color (decimal): -6569811 or 11387035. OLE color: 11387035.

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

Color convert

RGB155192173-
CMYK0.1900.100.25
HSL149.19º22.7%68.04%-
HSV(B)149.19º19.27%75.29%-
XYZ39.9147.6846.64-
YUV178.77124.74111.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=29.81%
G=36.92%
B=33.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551921730.1900.100.25149.1922.768.04
Hex9BC0AD130A19951744
Octal233300255230123122527104
Binary10011011110000001010110110011010101100110010101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,192,173); }

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

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

 a { background-color: rgb(155,192,173); }

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

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

 span { border-color: rgb(155,192,173); }

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