#95BBAE

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

Shades of Shadow Green #95BBAE

Tints of Shadow Green #95BBAE

Color information

#95BBAE (or 0x95BBAE) is unknown color: approx Shadow Green. HEX triplet: 95, BB and AE. RGB value is (149,187,174). Sum of RGB (Red+Green+Blue) = 149+187+174=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #95BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BBAE is #6A4451. Grayscale: #AEAEAE. Windows color (decimal): -6964306 or 11451285. OLE color: 11451285.

HSL color Cylindrical-coordinate representation of color #95BBAE: hue angle of 159.47º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95BBAE is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB149187174-
CMYK0.2000.070.27
HSL159.47º21.84%65.88%-
HSV(B)159.47º20.32%73.33%-
XYZ37.844.9946.74-
YUV174.16127.91110.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=29.22%
G=36.67%
B=34.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491871740.2000.070.27159.4721.8465.88
Hex95BBAE14071B9f1642
Octal22527325624073323726102
Binary1001010110111011101011101010001111101110011111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BBAE; }

 p { color: rgb(149,187,174); }

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

<style>
 a { background-color: #95BBAE; }

 a { background-color: rgb(149,187,174); }

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

<style>
 span { border-color: #95BBAE; }

 span { border-color: rgb(149,187,174); }

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