#95C3BA

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

Shades of Shadow Green #95C3BA

Tints of Shadow Green #95C3BA

Color information

#95C3BA (or 0x95C3BA) is unknown color: approx Shadow Green. HEX triplet: 95, C3 and BA. RGB value is (149,195,186). Sum of RGB (Red+Green+Blue) = 149+195+186=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #95C3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C3BA is #6A3C45. Grayscale: #B4B4B4. Windows color (decimal): -6962246 or 12239765. OLE color: 12239765.

HSL color Cylindrical-coordinate representation of color #95C3BA: hue angle of 168.26º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C3BA is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB149195186-
CMYK0.2400.050.24
HSL168.26º27.71%67.45%-
HSV(B)168.26º23.59%76.47%-
XYZ40.7748.9653.76-
YUV180.22131.26105.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.11%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=28.11%
G=36.79%
B=35.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951860.2400.050.24168.2627.7167.45
Hex95C3BA180518a81c43
Octal22530327230053025034103
Binary1001010111000011101110101100001011100010101000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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