#8FAFA6

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

Shades of Sea Nymph #8FAFA6

Tints of Sea Nymph #8FAFA6

Color information

#8FAFA6 (or 0x8FAFA6) is unknown color: approx Sea Nymph. HEX triplet: 8F, AF and A6. RGB value is (143,175,166). Sum of RGB (Red+Green+Blue) = 143+175+166=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAFA6 is #705059. Grayscale: #A4A4A4. Windows color (decimal): -7360602 or 10923919. OLE color: 10923919.

HSL color Cylindrical-coordinate representation of color #8FAFA6: hue angle of 163.12º 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 #8FAFA6 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB143175166-
CMYK0.1800.050.31
HSL163.12º16.67%62.35%-
HSV(B)163.12º18.29%68.63%-
XYZ33.5439.2541.89-
YUV164.41128.9112.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.55%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 166 (65.23% from 255) = 34.30%
R=29.55%
G=36.16%
B=34.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431751660.1800.050.31163.1216.6762.35
Hex8FAFA612051Fa3113e
Octal2172572462205372432176
Binary100011111010111110100110100100101111111010001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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