#95AFAD

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

Shades of Conch #95AFAD

Tints of Conch #95AFAD

Color information

#95AFAD (or 0x95AFAD) is unknown color: approx Conch. HEX triplet: 95, AF and AD. RGB value is (149,175,173). Sum of RGB (Red+Green+Blue) = 149+175+173=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #95AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AFAD is #6A5052. Grayscale: #A6A6A6. Windows color (decimal): -6967379 or 11382677. OLE color: 11382677.

HSL color Cylindrical-coordinate representation of color #95AFAD: hue angle of 175.38º 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 #95AFAD is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB149175173-
CMYK0.1500.010.31
HSL175.38º13.98%63.53%-
HSV(B)175.38º14.86%68.63%-
XYZ35.2740.0745.41-
YUV167131.39115.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=29.98%
G=35.21%
B=34.81%

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
Decimal1491751730.1500.010.31175.3813.9863.53
Hex95AFADF011Fafe40
Octal22525725517013725716100
Binary100101011010111110101101111101111111010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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