#96BFAD

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

Shades of Skeptic #96BFAD

Tints of Skeptic #96BFAD

Color information

#96BFAD (or 0x96BFAD) is unknown color: approx Skeptic. HEX triplet: 96, BF and AD. RGB value is (150,191,173). Sum of RGB (Red+Green+Blue) = 150+191+173=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BFAD is #694052. Grayscale: #B0B0B0. Windows color (decimal): -6897747 or 11386774. OLE color: 11386774.

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

Color convert

RGB150191173-
CMYK0.2100.090.25
HSL153.66º24.26%66.86%-
HSV(B)153.66º21.47%74.9%-
XYZ38.7546.7646.52-
YUV176.69125.92108.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=29.18%
G=37.16%
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.25
SystemRedGreenBlueCMYKHSL
Decimal1501911730.2100.090.25153.6624.2666.86
Hex96BFAD1509199a1843
Octal226277255250113123230103
Binary10010110101111111010110110101010011100110011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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