#96BEBA

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

Shades of Shadow Green #96BEBA

Tints of Shadow Green #96BEBA

Color information

#96BEBA (or 0x96BEBA) is unknown color: approx Shadow Green. HEX triplet: 96, BE and BA. RGB value is (150,190,186). Sum of RGB (Red+Green+Blue) = 150+190+186=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #96BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEBA is #694145. Grayscale: #B1B1B1. Windows color (decimal): -6897990 or 12238486. OLE color: 12238486.

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

Color convert

RGB150190186-
CMYK0.2100.020.25
HSL174º23.53%66.67%-
HSV(B)174º21.05%74.51%-
XYZ39.8546.8653.4-
YUV177.58132.75108.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.52%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=28.52%
G=36.12%
B=35.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901860.2100.020.2517423.5366.67
Hex96BEBA150219ae1843
Octal22627627225023125630103
Binary100101101011111010111010101010101100110101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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