#96BDAC

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

Shades of Skeptic #96BDAC

Tints of Skeptic #96BDAC

Color information

#96BDAC (or 0x96BDAC) is unknown color: approx Skeptic. HEX triplet: 96, BD and AC. RGB value is (150,189,172). Sum of RGB (Red+Green+Blue) = 150+189+172=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BDAC is #694253. Grayscale: #AFAFAF. Windows color (decimal): -6898260 or 11320726. OLE color: 11320726.

HSL color Cylindrical-coordinate representation of color #96BDAC: hue angle of 153.85º 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 #96BDAC is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB150189172-
CMYK0.2100.090.26
HSL153.85º22.81%66.47%-
HSV(B)153.85º20.63%74.12%-
XYZ38.2245.8645.87-
YUV175.4126.08109.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=29.35%
G=36.99%
B=33.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501891720.2100.090.26153.8522.8166.47
Hex96BDAC15091A9a1742
Octal226275254250113223227102
Binary10010110101111011010110010101010011101010011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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