#95C8B7

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

Shades of Shadow Green #95C8B7

Tints of Shadow Green #95C8B7

Color information

#95C8B7 (or 0x95C8B7) is unknown color: approx Shadow Green. HEX triplet: 95, C8 and B7. RGB value is (149,200,183). Sum of RGB (Red+Green+Blue) = 149+200+183=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C8B7 is #6A3748. Grayscale: #B6B6B6. Windows color (decimal): -6960969 or 12044437. OLE color: 12044437.

HSL color Cylindrical-coordinate representation of color #95C8B7: hue angle of 160º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C8B7 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB149200183-
CMYK0.2600.080.22
HSL160º31.68%68.43%-
HSV(B)160º25.5%78.43%-
XYZ41.651.1252.47-
YUV182.81128.1103.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=28.01%
G=37.59%
B=34.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1492001830.2600.080.2216031.6868.43
Hex95C8B71A0816a02044
Octal225310267320102624040104
Binary100101011100100010110111110100100010110101000001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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