#95AEAA

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

Shades of Conch #95AEAA

Tints of Conch #95AEAA

Color information

#95AEAA (or 0x95AEAA) is unknown color: approx Conch. HEX triplet: 95, AE and AA. RGB value is (149,174,170). Sum of RGB (Red+Green+Blue) = 149+174+170=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 174 - color contains mainly: green. Hex color #95AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AEAA is #6A5155. Grayscale: #A6A6A6. Windows color (decimal): -6967638 or 11185813. OLE color: 11185813.

HSL color Cylindrical-coordinate representation of color #95AEAA: hue angle of 170.4º 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 #95AEAA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB149174170-
CMYK0.1400.020.32
HSL170.4º13.37%63.33%-
HSV(B)170.4º14.37%68.24%-
XYZ34.7939.5643.83-
YUV166.07130.22115.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=30.22%
G=35.29%
B=34.48%

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
Decimal1491741700.1400.020.32170.413.3763.33
Hex95AEAAE0220aad3f
Octal2252562521602402521577
Binary1001010110101110101010101110010100000101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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