#95C9BB

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

Shades of Shadow Green #95C9BB

Tints of Shadow Green #95C9BB

Color information

#95C9BB (or 0x95C9BB) is unknown color: approx Shadow Green. HEX triplet: 95, C9 and BB. RGB value is (149,201,187). Sum of RGB (Red+Green+Blue) = 149+201+187=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #95C9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C9BB is #6A3644. Grayscale: #B7B7B7. Windows color (decimal): -6960709 or 12306837. OLE color: 12306837.

HSL color Cylindrical-coordinate representation of color #95C9BB: hue angle of 163.85º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95C9BB is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB149201187-
CMYK0.2600.070.21
HSL163.85º32.5%68.63%-
HSV(B)163.85º25.87%78.82%-
XYZ42.2551.7554.78-
YUV183.86129.77103.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.75%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=27.75%
G=37.43%
B=34.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492011870.2600.070.21163.8532.568.63
Hex95C9BB1A0715a42045
Octal22531127332072524440105
Binary10010101110010011011101111010011110101101001001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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