#95B5AC

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

Shades of Conch #95B5AC

Tints of Conch #95B5AC

Color information

#95B5AC (or 0x95B5AC) is unknown color: approx Conch. HEX triplet: 95, B5 and AC. RGB value is (149,181,172). Sum of RGB (Red+Green+Blue) = 149+181+172=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #95B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B5AC is #6A4A53. Grayscale: #AAAAAA. Windows color (decimal): -6965844 or 11318677. OLE color: 11318677.

HSL color Cylindrical-coordinate representation of color #95B5AC: hue angle of 163.12º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95B5AC is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB149181172-
CMYK0.1800.050.29
HSL163.12º17.78%64.71%-
HSV(B)163.12º17.68%70.98%-
XYZ36.3642.4245.3-
YUV170.41128.9112.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=29.68%
G=36.06%
B=34.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491811720.1800.050.29163.1217.7864.71
Hex95B5AC12051Da31241
Octal22526525422053524322101
Binary1001010110110101101011001001001011110110100011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,172); }

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

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

 a { background-color: rgb(149,181,172); }

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

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

 span { border-color: rgb(149,181,172); }

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