#8FADA5

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

Shades of Sea Nymph #8FADA5

Tints of Sea Nymph #8FADA5

Color information

#8FADA5 (or 0x8FADA5) is unknown color: approx Sea Nymph. HEX triplet: 8F, AD and A5. RGB value is (143,173,165). Sum of RGB (Red+Green+Blue) = 143+173+165=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #8FADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FADA5 is #70525A. Grayscale: #A3A3A3. Windows color (decimal): -7361115 or 10857871. OLE color: 10857871.

HSL color Cylindrical-coordinate representation of color #8FADA5: hue angle of 164º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FADA5 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB143173165-
CMYK0.1700.050.32
HSL164º15.46%61.96%-
HSV(B)164º17.34%67.84%-
XYZ33.0638.4441.28-
YUV163.12129.06113.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.73%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=29.73%
G=35.97%
B=34.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431731650.1700.050.3216415.4661.96
Hex8FADA5110520a4f3e
Octal2172552452105402441776
Binary100011111010110110100101100010101100000101001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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