#96C3AD

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

Shades of Skeptic #96C3AD

Tints of Skeptic #96C3AD

Color information

#96C3AD (or 0x96C3AD) is unknown color: approx Skeptic. HEX triplet: 96, C3 and AD. RGB value is (150,195,173). Sum of RGB (Red+Green+Blue) = 150+195+173=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #96C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C3AD is #693C52. Grayscale: #B3B3B3. Windows color (decimal): -6896723 or 11387798. OLE color: 11387798.

HSL color Cylindrical-coordinate representation of color #96C3AD: hue angle of 150.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C3AD is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB150195173-
CMYK0.2300.110.24
HSL150.67º27.27%67.65%-
HSV(B)150.67º23.08%76.47%-
XYZ39.6448.5346.81-
YUV179.04124.59107.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=28.96%
G=37.64%
B=33.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951730.2300.110.24150.6727.2767.65
Hex96C3AD170B18971b44
Octal226303255270133022733104
Binary10010110110000111010110110111010111100010010111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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