#96CEBE

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

Shades of Shadow Green #96CEBE

Tints of Shadow Green #96CEBE

Color information

#96CEBE (or 0x96CEBE) is unknown color: approx Shadow Green. HEX triplet: 96, CE and BE. RGB value is (150,206,190). Sum of RGB (Red+Green+Blue) = 150+206+190=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEBE is #693141. Grayscale: #BBBBBB. Windows color (decimal): -6893890 or 12504726. OLE color: 12504726.

HSL color Cylindrical-coordinate representation of color #96CEBE: hue angle of 162.86º 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 #96CEBE is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB150206190-
CMYK0.2700.080.19
HSL162.86º36.36%69.8%-
HSV(B)162.86º27.18%80.78%-
XYZ43.9454.3456.89-
YUV187.43129.45101.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.47%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=27.47%
G=37.73%
B=34.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061900.2700.080.19162.8636.3669.8
Hex96CEBE1B0813a32446
Octal226316276330102324344106
Binary100101101100111010111110110110100010011101000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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