#95BFBB

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

Shades of Shadow Green #95BFBB

Tints of Shadow Green #95BFBB

Color information

#95BFBB (or 0x95BFBB) is unknown color: approx Shadow Green. HEX triplet: 95, BF and BB. RGB value is (149,191,187). Sum of RGB (Red+Green+Blue) = 149+191+187=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFBB is #6A4044. Grayscale: #B1B1B1. Windows color (decimal): -6963269 or 12304277. OLE color: 12304277.

HSL color Cylindrical-coordinate representation of color #95BFBB: hue angle of 174.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BFBB is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB149191187-
CMYK0.2200.020.25
HSL174.29º24.71%66.67%-
HSV(B)174.29º21.99%74.9%-
XYZ39.9947.2454.02-
YUV177.99133.09107.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.27%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=28.27%
G=36.24%
B=35.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911870.2200.020.25174.2924.7166.67
Hex95BFBB160219ae1943
Octal22527727326023125631103
Binary100101011011111110111011101100101100110101110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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