#8FAFAD

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

Shades of Conch #8FAFAD

Tints of Conch #8FAFAD

Color information

#8FAFAD (or 0x8FAFAD) is unknown color: approx Conch. HEX triplet: 8F, AF and AD. RGB value is (143,175,173). Sum of RGB (Red+Green+Blue) = 143+175+173=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAFAD is #705052. Grayscale: #A5A5A5. Windows color (decimal): -7360595 or 11382671. OLE color: 11382671.

HSL color Cylindrical-coordinate representation of color #8FAFAD: hue angle of 176.25º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAFAD is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB143175173-
CMYK0.1800.010.31
HSL176.25º16.67%62.35%-
HSV(B)176.25º18.29%68.63%-
XYZ34.239.5245.36-
YUV165.2132.4112.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.12%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=29.12%
G=35.64%
B=35.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431751730.1800.010.31176.2516.6762.35
Hex8FAFAD12011Fb0113e
Octal2172572552201372602176
Binary1000111110101111101011011001001111111011000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FAFAD; }

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

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

<style>
 a { background-color: #8FAFAD; }

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

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

<style>
 span { border-color: #8FAFAD; }

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

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