#96BFAE

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

Shades of Skeptic #96BFAE

Tints of Skeptic #96BFAE

Color information

#96BFAE (or 0x96BFAE) is unknown color: approx Skeptic. HEX triplet: 96, BF and AE. RGB value is (150,191,174). Sum of RGB (Red+Green+Blue) = 150+191+174=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BFAE is #694051. Grayscale: #B0B0B0. Windows color (decimal): -6897746 or 11452310. OLE color: 11452310.

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

Color convert

RGB150191174-
CMYK0.2100.090.25
HSL155.12º24.26%66.86%-
HSV(B)155.12º21.47%74.9%-
XYZ38.8546.847.03-
YUV176.8126.42108.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=29.13%
G=37.09%
B=33.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501911740.2100.090.25155.1224.2666.86
Hex96BFAE1509199b1843
Octal226277256250113123330103
Binary10010110101111111010111010101010011100110011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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