#8AAFA1

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

Shades of Sea Nymph #8AAFA1

Tints of Sea Nymph #8AAFA1

Color information

#8AAFA1 (or 0x8AAFA1) is unknown color: approx Sea Nymph. HEX triplet: 8A, AF and A1. RGB value is (138,175,161). Sum of RGB (Red+Green+Blue) = 138+175+161=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAFA1 is #75505E. Grayscale: #A2A2A2. Windows color (decimal): -7688287 or 10596234. OLE color: 10596234.

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

Color convert

RGB138175161-
CMYK0.2100.080.31
HSL157.3º18.78%61.37%-
HSV(B)157.3º21.14%68.63%-
XYZ32.2438.6439.48-
YUV162.34127.24110.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.11%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 161 (63.28% from 255) = 33.97%
R=29.11%
G=36.92%
B=33.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751610.2100.080.31157.318.7861.37
Hex8AAFA115081F9d133d
Octal21225724125010372352375
Binary1000101010101111101000011010101000111111001110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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