#95CDBB

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

Shades of Shadow Green #95CDBB

Tints of Shadow Green #95CDBB

Color information

#95CDBB (or 0x95CDBB) is unknown color: approx Shadow Green. HEX triplet: 95, CD and BB. RGB value is (149,205,187). Sum of RGB (Red+Green+Blue) = 149+205+187=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDBB is #6A3244. Grayscale: #BABABA. Windows color (decimal): -6959685 or 12307861. OLE color: 12307861.

HSL color Cylindrical-coordinate representation of color #95CDBB: hue angle of 160.71º 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 #95CDBB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB149205187-
CMYK0.2700.090.20
HSL160.71º35.9%69.41%-
HSV(B)160.71º27.32%80.39%-
XYZ43.253.6455.09-
YUV186.2128.45101.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.54%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=27.54%
G=37.89%
B=34.57%

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
Decimal1492051870.2700.090.20160.7135.969.41
Hex95CDBB1B0914a12445
Octal225315273330112424144105
Binary100101011100110110111011110110100110100101000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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