#96CEBC

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

Shades of Shadow Green #96CEBC

Tints of Shadow Green #96CEBC

Color information

#96CEBC (or 0x96CEBC) is unknown color: approx Shadow Green. HEX triplet: 96, CE and BC. RGB value is (150,206,188). Sum of RGB (Red+Green+Blue) = 150+206+188=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEBC is #693143. Grayscale: #BBBBBB. Windows color (decimal): -6893892 or 12373654. OLE color: 12373654.

HSL color Cylindrical-coordinate representation of color #96CEBC: hue angle of 160.71º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEBC is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB150206188-
CMYK0.2700.090.19
HSL160.71º36.36%69.8%-
HSV(B)160.71º27.18%80.78%-
XYZ43.7354.2655.75-
YUV187.2128.45101.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.57%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=27.57%
G=37.87%
B=34.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061880.2700.090.19160.7136.3669.8
Hex96CEBC1B0913a12446
Octal226316274330112324144106
Binary100101101100111010111100110110100110011101000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,206,188); }

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

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

 a { background-color: rgb(150,206,188); }

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

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

 span { border-color: rgb(150,206,188); }

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