#95CABD

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

Shades of Shadow Green #95CABD

Tints of Shadow Green #95CABD

Color information

#95CABD (or 0x95CABD) is unknown color: approx Shadow Green. HEX triplet: 95, CA and BD. RGB value is (149,202,189). Sum of RGB (Red+Green+Blue) = 149+202+189=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #95CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CABD is #6A3542. Grayscale: #B8B8B8. Windows color (decimal): -6960451 or 12438165. OLE color: 12438165.

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

Color convert

RGB149202189-
CMYK0.2600.060.21
HSL165.28º33.33%68.82%-
HSV(B)165.28º26.24%79.22%-
XYZ42.752.355.99-
YUV184.67130.44102.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.59%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 189 (74.22% from 255) = 35%
R=27.59%
G=37.41%
B=35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021890.2600.060.21165.2833.3368.82
Hex95CABD1A0615a52145
Octal22531227532062524541105
Binary10010101110010101011110111010011010101101001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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