#95bfbc

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

Shades of Shadow Green #95BFBC

Tints of Shadow Green #95BFBC

Color information

#95BFBC (or 0x95BFBC) is unknown color: approx Shadow Green. HEX triplet: 95, BF and BC. RGB value is (149,191,188). Sum of RGB (Red+Green+Blue) = 149+191+188=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFBC is #6A4043. Grayscale: #B2B2B2. Windows color (decimal): -6963268 or 12369813. OLE color: 12369813.

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

Color convert

RGB149191188-
CMYK0.2200.020.25
HSL175.71º24.71%66.67%-
HSV(B)175.71º21.99%74.9%-
XYZ40.147.2854.59-
YUV178.1133.59107.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=28.22%
G=36.17%
B=35.61%

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
Decimal1491911880.2200.020.25175.7124.7166.67
Hex95BFBC160219b01943
Octal22527727426023126031103
Binary100101011011111110111100101100101100110110000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95bfbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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