#95CDBA

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

Shades of Shadow Green #95CDBA

Tints of Shadow Green #95CDBA

Color information

#95CDBA (or 0x95CDBA) is unknown color: approx Shadow Green. HEX triplet: 95, CD and BA. RGB value is (149,205,186). Sum of RGB (Red+Green+Blue) = 149+205+186=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDBA is #6A3245. Grayscale: #BABABA. Windows color (decimal): -6959686 or 12242325. OLE color: 12242325.

HSL color Cylindrical-coordinate representation of color #95CDBA: hue angle of 159.64º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CDBA is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB149205186-
CMYK0.2700.090.20
HSL159.64º35.9%69.41%-
HSV(B)159.64º27.32%80.39%-
XYZ43.0953.654.53-
YUV186.09127.95101.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.59%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=27.59%
G=37.96%
B=34.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051860.2700.090.20159.6435.969.41
Hex95CDBA1B0914a02445
Octal225315272330112424044105
Binary100101011100110110111010110110100110100101000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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