#95B3AD

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

Shades of Conch #95B3AD

Tints of Conch #95B3AD

Color information

#95B3AD (or 0x95B3AD) is unknown color: approx Conch. HEX triplet: 95, B3 and AD. RGB value is (149,179,173). Sum of RGB (Red+Green+Blue) = 149+179+173=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #95B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B3AD is #6A4C52. Grayscale: #A9A9A9. Windows color (decimal): -6966355 or 11383701. OLE color: 11383701.

HSL color Cylindrical-coordinate representation of color #95B3AD: hue angle of 168º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95B3AD is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB149179173-
CMYK0.1700.030.30
HSL168º16.48%64.31%-
HSV(B)168º16.76%70.2%-
XYZ36.0641.6545.67-
YUV169.35130.06113.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=29.74%
G=35.73%
B=34.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491791730.1700.030.3016816.4864.31
Hex95B3AD11031Ea81040
Octal22526325521033625020100
Binary100101011011001110101101100010111111010101000100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,179,173); }

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

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

 a { background-color: rgb(149,179,173); }

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

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

 span { border-color: rgb(149,179,173); }

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