#95BFBA

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

Shades of Shadow Green #95BFBA

Tints of Shadow Green #95BFBA

Color information

#95BFBA (or 0x95BFBA) is unknown color: approx Shadow Green. HEX triplet: 95, BF and BA. RGB value is (149,191,186). Sum of RGB (Red+Green+Blue) = 149+191+186=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFBA is #6A4045. Grayscale: #B1B1B1. Windows color (decimal): -6963270 or 12238741. OLE color: 12238741.

HSL color Cylindrical-coordinate representation of color #95BFBA: hue angle of 172.86º 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 #95BFBA is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB149191186-
CMYK0.2200.030.25
HSL172.86º24.71%66.67%-
HSV(B)172.86º21.99%74.9%-
XYZ39.8947.253.46-
YUV177.87132.59107.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=28.33%
G=36.31%
B=35.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911860.2200.030.25172.8624.7166.67
Hex95BFBA160319ad1943
Octal22527727226033125531103
Binary100101011011111110111010101100111100110101101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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