#96BDAD

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

Shades of Skeptic #96BDAD

Tints of Skeptic #96BDAD

Color information

#96BDAD (or 0x96BDAD) is unknown color: approx Skeptic. HEX triplet: 96, BD and AD. RGB value is (150,189,173). Sum of RGB (Red+Green+Blue) = 150+189+173=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BDAD is #694252. Grayscale: #AFAFAF. Windows color (decimal): -6898259 or 11386262. OLE color: 11386262.

HSL color Cylindrical-coordinate representation of color #96BDAD: hue angle of 155.38º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BDAD is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB150189173-
CMYK0.2100.080.26
HSL155.38º22.81%66.47%-
HSV(B)155.38º20.63%74.12%-
XYZ38.3245.946.37-
YUV175.52126.58109.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=29.30%
G=36.91%
B=33.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501891730.2100.080.26155.3822.8166.47
Hex96BDAD15081A9b1742
Octal226275255250103223327102
Binary10010110101111011010110110101010001101010011011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BDAD; }

 p { color: rgb(150,189,173); }

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

<style>
 a { background-color: #96BDAD; }

 a { background-color: rgb(150,189,173); }

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

<style>
 span { border-color: #96BDAD; }

 span { border-color: rgb(150,189,173); }

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