#96BDAE

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

Shades of Skeptic #96BDAE

Tints of Skeptic #96BDAE

Color information

#96BDAE (or 0x96BDAE) is unknown color: approx Skeptic. HEX triplet: 96, BD and AE. RGB value is (150,189,174). Sum of RGB (Red+Green+Blue) = 150+189+174=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BDAE is #694251. Grayscale: #AFAFAF. Windows color (decimal): -6898258 or 11451798. OLE color: 11451798.

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

Color convert

RGB150189174-
CMYK0.2100.080.26
HSL156.92º22.81%66.47%-
HSV(B)156.92º20.63%74.12%-
XYZ38.4245.9446.89-
YUV175.63127.08109.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=29.24%
G=36.84%
B=33.92%

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
Decimal1501891740.2100.080.26156.9222.8166.47
Hex96BDAE15081A9d1742
Octal226275256250103223527102
Binary10010110101111011010111010101010001101010011101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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