#8FAEAA

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

Shades of Sea Nymph #8FAEAA

Tints of Sea Nymph #8FAEAA

Color information

#8FAEAA (or 0x8FAEAA) is unknown color: approx Sea Nymph. HEX triplet: 8F, AE and AA. RGB value is (143,174,170). Sum of RGB (Red+Green+Blue) = 143+174+170=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAEAA is #705155. Grayscale: #A4A4A4. Windows color (decimal): -7360854 or 11185807. OLE color: 11185807.

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

Color convert

RGB143174170-
CMYK0.1800.020.32
HSL172.26º16.06%62.16%-
HSV(B)172.26º17.82%68.24%-
XYZ33.7239.0143.78-
YUV164.27131.23112.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.36%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=29.36%
G=35.73%
B=34.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431741700.1800.020.32172.2616.0662.16
Hex8FAEAA120220ac103e
Octal2172562522202402542076
Binary100011111010111010101010100100101000001010110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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