#96BFAA

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

Shades of Skeptic #96BFAA

Tints of Skeptic #96BFAA

Color information

#96BFAA (or 0x96BFAA) is unknown color: approx Skeptic. HEX triplet: 96, BF and AA. RGB value is (150,191,170). Sum of RGB (Red+Green+Blue) = 150+191+170=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BFAA is #694055. Grayscale: #B0B0B0. Windows color (decimal): -6897750 or 11190166. OLE color: 11190166.

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

Color convert

RGB150191170-
CMYK0.2100.110.25
HSL149.27º24.26%66.86%-
HSV(B)149.27º21.47%74.9%-
XYZ38.4646.6545.01-
YUV176.35124.42109.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=29.35%
G=37.38%
B=33.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501911700.2100.110.25149.2724.2666.86
Hex96BFAA150B19951843
Octal226277252250133122530103
Binary10010110101111111010101010101010111100110010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,170); }

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

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

 a { background-color: rgb(150,191,170); }

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

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

 span { border-color: rgb(150,191,170); }

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