#9BC0AB

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

Shades of Skeptic #9BC0AB

Tints of Skeptic #9BC0AB

Color information

#9BC0AB (or 0x9BC0AB) is unknown color: approx Skeptic. HEX triplet: 9B, C0 and AB. RGB value is (155,192,171). Sum of RGB (Red+Green+Blue) = 155+192+171=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC0AB is #643F54. Grayscale: #B2B2B2. Windows color (decimal): -6569813 or 11255963. OLE color: 11255963.

HSL color Cylindrical-coordinate representation of color #9BC0AB: hue angle of 145.95º 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 #9BC0AB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB155192171-
CMYK0.1900.110.25
HSL145.95º22.7%68.04%-
HSV(B)145.95º19.27%75.29%-
XYZ39.7247.6145.62-
YUV178.54123.74111.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.92%
GREEN value IS 192 (75.39% from 255) = 37.07%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=29.92%
G=37.07%
B=33.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551921710.1900.110.25145.9522.768.04
Hex9BC0AB130B19921744
Octal233300253230133122227104
Binary10011011110000001010101110011010111100110010010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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