#95CAB7

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

Shades of Shadow Green #95CAB7

Tints of Shadow Green #95CAB7

Color information

#95CAB7 (or 0x95CAB7) is unknown color: approx Shadow Green. HEX triplet: 95, CA and B7. RGB value is (149,202,183). Sum of RGB (Red+Green+Blue) = 149+202+183=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #95CAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CAB7 is #6A3548. Grayscale: #B8B8B8. Windows color (decimal): -6960457 or 12044949. OLE color: 12044949.

HSL color Cylindrical-coordinate representation of color #95CAB7: hue angle of 158.49º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95CAB7 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB149202183-
CMYK0.2600.090.21
HSL158.49º33.33%68.82%-
HSV(B)158.49º26.24%79.22%-
XYZ42.0652.0552.63-
YUV183.99127.44103.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.90%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 183 (71.88% from 255) = 34.27%
R=27.90%
G=37.83%
B=34.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021830.2600.090.21158.4933.3368.82
Hex95CAB71A09159e2145
Octal225312267320112523641105
Binary100101011100101010110111110100100110101100111101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,202,183); }

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

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

 a { background-color: rgb(149,202,183); }

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

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

 span { border-color: rgb(149,202,183); }

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