#95C5B8

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

Shades of Shadow Green #95C5B8

Tints of Shadow Green #95C5B8

Color information

#95C5B8 (or 0x95C5B8) is unknown color: approx Shadow Green. HEX triplet: 95, C5 and B8. RGB value is (149,197,184). Sum of RGB (Red+Green+Blue) = 149+197+184=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #95C5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C5B8 is #6A3A47. Grayscale: #B5B5B5. Windows color (decimal): -6961736 or 12109205. OLE color: 12109205.

HSL color Cylindrical-coordinate representation of color #95C5B8: hue angle of 163.75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C5B8 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB149197184-
CMYK0.2400.070.23
HSL163.75º29.27%67.84%-
HSV(B)163.75º24.37%77.25%-
XYZ41.0149.7852.79-
YUV181.17129.6105.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.11%
GREEN value IS 197 (77.34% from 255) = 37.17%
BLUE value IS 184 (72.27% from 255) = 34.72%
R=28.11%
G=37.17%
B=34.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971840.2400.070.23163.7529.2767.84
Hex95C5B8180717a41d44
Octal22530527030072724435104
Binary1001010111000101101110001100001111011110100100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,197,184); }

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

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

 a { background-color: rgb(149,197,184); }

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

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

 span { border-color: rgb(149,197,184); }

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