#8FAAA5

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

Shades of Sea Nymph #8FAAA5

Tints of Sea Nymph #8FAAA5

Color information

#8FAAA5 (or 0x8FAAA5) is unknown color: approx Sea Nymph. HEX triplet: 8F, AA and A5. RGB value is (143,170,165). Sum of RGB (Red+Green+Blue) = 143+170+165=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAA5 is #70555A. Grayscale: #A1A1A1. Windows color (decimal): -7361883 or 10857103. OLE color: 10857103.

HSL color Cylindrical-coordinate representation of color #8FAAA5: hue angle of 168.89º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAAA5 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB143170165-
CMYK0.1600.030.33
HSL168.89º13.71%61.37%-
HSV(B)168.89º15.88%66.67%-
XYZ32.4937.3141.09-
YUV161.36130.05114.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=29.92%
G=35.56%
B=34.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431701650.1600.030.33168.8913.7161.37
Hex8FAAA5100321a9e3d
Octal2172522452003412511675
Binary10001111101010101010010110000011100001101010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,165); }

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

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

 a { background-color: rgb(143,170,165); }

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

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

 span { border-color: rgb(143,170,165); }

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