#8AAFA9

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

Shades of Sea Nymph #8AAFA9

Tints of Sea Nymph #8AAFA9

Color information

#8AAFA9 (or 0x8AAFA9) is unknown color: approx Sea Nymph. HEX triplet: 8A, AF and A9. RGB value is (138,175,169). Sum of RGB (Red+Green+Blue) = 138+175+169=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAFA9 is #755056. Grayscale: #A3A3A3. Windows color (decimal): -7688279 or 11120522. OLE color: 11120522.

HSL color Cylindrical-coordinate representation of color #8AAFA9: hue angle of 170.27º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAFA9 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB138175169-
CMYK0.2100.030.31
HSL170.27º18.78%61.37%-
HSV(B)170.27º21.14%68.63%-
XYZ32.9738.9343.31-
YUV163.25131.24109.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 169 (66.41% from 255) = 35.06%
R=28.63%
G=36.31%
B=35.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751690.2100.030.31170.2718.7861.37
Hex8AAFA915031Faa133d
Octal2122572512503372522375
Binary10001010101011111010100110101011111111010101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,169); }

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

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

 a { background-color: rgb(138,175,169); }

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

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

 span { border-color: rgb(138,175,169); }

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