#95AEAB

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

Shades of Conch #95AEAB

Tints of Conch #95AEAB

Color information

#95AEAB (or 0x95AEAB) is unknown color: approx Conch. HEX triplet: 95, AE and AB. RGB value is (149,174,171). Sum of RGB (Red+Green+Blue) = 149+174+171=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #95AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AEAB is #6A5154. Grayscale: #A6A6A6. Windows color (decimal): -6967637 or 11251349. OLE color: 11251349.

HSL color Cylindrical-coordinate representation of color #95AEAB: hue angle of 172.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #95AEAB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB149174171-
CMYK0.1400.020.32
HSL172.8º13.37%63.33%-
HSV(B)172.8º14.37%68.24%-
XYZ34.8839.644.33-
YUV166.18130.72115.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=30.16%
G=35.22%
B=34.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491741710.1400.020.32172.813.3763.33
Hex95AEABE0220add3f
Octal2252562531602402551577
Binary1001010110101110101010111110010100000101011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,174,171); }

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

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

 a { background-color: rgb(149,174,171); }

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

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

 span { border-color: rgb(149,174,171); }

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