#96C1AD

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

Shades of Skeptic #96C1AD

Tints of Skeptic #96C1AD

Color information

#96C1AD (or 0x96C1AD) is unknown color: approx Skeptic. HEX triplet: 96, C1 and AD. RGB value is (150,193,173). Sum of RGB (Red+Green+Blue) = 150+193+173=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #96C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C1AD is #693E52. Grayscale: #B1B1B1. Windows color (decimal): -6897235 or 11387286. OLE color: 11387286.

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

Color convert

RGB150193173-
CMYK0.2200.100.24
HSL152.09º25.75%67.25%-
HSV(B)152.09º22.28%75.69%-
XYZ39.1947.6446.67-
YUV177.86125.25108.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.07%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=29.07%
G=37.40%
B=33.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931730.2200.100.24152.0925.7567.25
Hex96C1AD160A18981a43
Octal226301255260123023032103
Binary10010110110000011010110110110010101100010011000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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