#95AFAC

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

Shades of Conch #95AFAC

Tints of Conch #95AFAC

Color information

#95AFAC (or 0x95AFAC) is unknown color: approx Conch. HEX triplet: 95, AF and AC. RGB value is (149,175,172). Sum of RGB (Red+Green+Blue) = 149+175+172=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #95AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AFAC is #6A5053. Grayscale: #A6A6A6. Windows color (decimal): -6967380 or 11317141. OLE color: 11317141.

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

Color convert

RGB149175172-
CMYK0.1500.020.31
HSL173.08º13.98%63.53%-
HSV(B)173.08º14.86%68.63%-
XYZ35.1740.0344.9-
YUV166.88130.89115.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=30.04%
G=35.28%
B=34.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751720.1500.020.31173.0813.9863.53
Hex95AFACF021Fade40
Octal22525725417023725516100
Binary1001010110101111101011001111010111111010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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