#95AFAE

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

Shades of Conch #95AFAE

Tints of Conch #95AFAE

Color information

#95AFAE (or 0x95AFAE) is unknown color: approx Conch. HEX triplet: 95, AF and AE. RGB value is (149,175,174). Sum of RGB (Red+Green+Blue) = 149+175+174=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #95AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AFAE is #6A5051. Grayscale: #A7A7A7. Windows color (decimal): -6967378 or 11448213. OLE color: 11448213.

HSL color Cylindrical-coordinate representation of color #95AFAE: hue angle of 177.69º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95AFAE is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB149175174-
CMYK0.1500.010.31
HSL177.69º13.98%63.53%-
HSV(B)177.69º14.86%68.63%-
XYZ35.3640.1145.92-
YUV167.11131.89115.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.92%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=29.92%
G=35.14%
B=34.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751740.1500.010.31177.6913.9863.53
Hex95AFAEF011Fb2e40
Octal22525725617013726216100
Binary100101011010111110101110111101111111011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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