#95C8BA

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

Shades of Shadow Green #95C8BA

Tints of Shadow Green #95C8BA

Color information

#95C8BA (or 0x95C8BA) is unknown color: approx Shadow Green. HEX triplet: 95, C8 and BA. RGB value is (149,200,186). Sum of RGB (Red+Green+Blue) = 149+200+186=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C8BA is #6A3745. Grayscale: #B7B7B7. Windows color (decimal): -6960966 or 12241045. OLE color: 12241045.

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

Color convert

RGB149200186-
CMYK0.2600.070.22
HSL163.53º31.68%68.43%-
HSV(B)163.53º25.5%78.43%-
XYZ41.9151.2454.14-
YUV183.16129.6103.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.85%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=27.85%
G=37.38%
B=34.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1492001860.2600.070.22163.5331.6868.43
Hex95C8BA1A0716a42044
Octal22531027232072624440104
Binary10010101110010001011101011010011110110101001001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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