#95C7BB

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

Shades of Shadow Green #95C7BB

Tints of Shadow Green #95C7BB

Color information

#95C7BB (or 0x95C7BB) is unknown color: approx Shadow Green. HEX triplet: 95, C7 and BB. RGB value is (149,199,187). Sum of RGB (Red+Green+Blue) = 149+199+187=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 199 - color contains mainly: green. Hex color #95C7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C7BB is #6A3844. Grayscale: #B6B6B6. Windows color (decimal): -6961221 or 12306325. OLE color: 12306325.

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

Color convert

RGB149199187-
CMYK0.2500.060.22
HSL165.6º30.86%68.24%-
HSV(B)165.6º25.13%78.04%-
XYZ41.7950.8254.62-
YUV182.68130.44103.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.85%
GREEN value IS 199 (78.12% from 255) = 37.20%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=27.85%
G=37.20%
B=34.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491991870.2500.060.22165.630.8668.24
Hex95C7BB190616a61f44
Octal22530727331062624637104
Binary1001010111000111101110111100101101011010100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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