#95BFC0

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

Shades of Shadow Green #95BFC0

Tints of Shadow Green #95BFC0

Color information

#95BFC0 (or 0x95BFC0) is unknown color: approx Shadow Green. HEX triplet: 95, BF and C0. RGB value is (149,191,192). Sum of RGB (Red+Green+Blue) = 149+191+192=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #95BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFC0 is #6A403F. Grayscale: #B2B2B2. Windows color (decimal): -6963264 or 12631957. OLE color: 12631957.

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

Color convert

RGB149191192-
CMYK0.220.0100.25
HSL181.4º25.44%66.86%-
HSV(B)181.4º22.4%75.29%-
XYZ40.5447.4656.89-
YUV178.56135.59106.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=28.01%
G=35.90%
B=36.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911920.220.0100.25181.425.4466.86
Hex95BFC0161019b51943
Octal22527730026103126531103
Binary10010101101111111100000010110101100110110101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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