#95C7BA

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

Shades of Shadow Green #95C7BA

Tints of Shadow Green #95C7BA

Color information

#95C7BA (or 0x95C7BA) is unknown color: approx Shadow Green. HEX triplet: 95, C7 and BA. RGB value is (149,199,186). Sum of RGB (Red+Green+Blue) = 149+199+186=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 199 - color contains mainly: green. Hex color #95C7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C7BA is #6A3845. Grayscale: #B6B6B6. Windows color (decimal): -6961222 or 12240789. OLE color: 12240789.

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

Color convert

RGB149199186-
CMYK0.2500.070.22
HSL164.4º30.86%68.24%-
HSV(B)164.4º25.13%78.04%-
XYZ41.6850.7854.06-
YUV182.57129.94104.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.90%
GREEN value IS 199 (78.12% from 255) = 37.27%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=27.90%
G=37.27%
B=34.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491991860.2500.070.22164.430.8668.24
Hex95C7BA190716a41f44
Octal22530727231072624437104
Binary1001010111000111101110101100101111011010100100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,199,186); }

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

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

 a { background-color: rgb(149,199,186); }

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

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

 span { border-color: rgb(149,199,186); }

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