#95C8BD

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

Shades of Shadow Green #95C8BD

Tints of Shadow Green #95C8BD

Color information

#95C8BD (or 0x95C8BD) is unknown color: approx Shadow Green. HEX triplet: 95, C8 and BD. RGB value is (149,200,189). Sum of RGB (Red+Green+Blue) = 149+200+189=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C8BD is #6A3742. Grayscale: #B7B7B7. Windows color (decimal): -6960963 or 12437653. OLE color: 12437653.

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

Color convert

RGB149200189-
CMYK0.2600.060.22
HSL167.06º31.68%68.43%-
HSV(B)167.06º25.5%78.43%-
XYZ42.2351.3755.83-
YUV183.5131.1103.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.70%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=27.70%
G=37.17%
B=35.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1492001890.2600.060.22167.0631.6868.43
Hex95C8BD1A0616a72044
Octal22531027532062624740104
Binary10010101110010001011110111010011010110101001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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