#96C0AD

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

Shades of Skeptic #96C0AD

Tints of Skeptic #96C0AD

Color information

#96C0AD (or 0x96C0AD) is unknown color: approx Skeptic. HEX triplet: 96, C0 and AD. RGB value is (150,192,173). Sum of RGB (Red+Green+Blue) = 150+192+173=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C0AD is #693F52. Grayscale: #B1B1B1. Windows color (decimal): -6897491 or 11387030. OLE color: 11387030.

HSL color Cylindrical-coordinate representation of color #96C0AD: hue angle of 152.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C0AD is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB150192173-
CMYK0.2200.100.25
HSL152.86º25%67.06%-
HSV(B)152.86º21.88%75.29%-
XYZ38.9747.246.59-
YUV177.28125.59108.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=29.13%
G=37.28%
B=33.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501921730.2200.100.25152.862567.06
Hex96C0AD160A19991943
Octal226300255260123123131103
Binary10010110110000001010110110110010101100110011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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