#96BEAC

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

Shades of Skeptic #96BEAC

Tints of Skeptic #96BEAC

Color information

#96BEAC (or 0x96BEAC) is unknown color: approx Skeptic. HEX triplet: 96, BE and AC. RGB value is (150,190,172). Sum of RGB (Red+Green+Blue) = 150+190+172=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #96BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BEAC is #694153. Grayscale: #B0B0B0. Windows color (decimal): -6898004 or 11320982. OLE color: 11320982.

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

Color convert

RGB150190172-
CMYK0.2100.090.25
HSL153º23.53%66.67%-
HSV(B)153º21.05%74.51%-
XYZ38.4446.2945.94-
YUV175.99125.75109.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=29.30%
G=37.11%
B=33.59%

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
Decimal1501901720.2100.090.2515323.5366.67
Hex96BEAC150919991843
Octal226276254250113123130103
Binary10010110101111101010110010101010011100110011001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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