#86AFAA

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

Shades of Sea Nymph #86AFAA

Tints of Sea Nymph #86AFAA

Color information

#86AFAA (or 0x86AFAA) is unknown color: approx Sea Nymph. HEX triplet: 86, AF and AA. RGB value is (134,175,170). Sum of RGB (Red+Green+Blue) = 134+175+170=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #86AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AFAA is #795055. Grayscale: #A2A2A2. Windows color (decimal): -7950422 or 11186054. OLE color: 11186054.

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

Color convert

RGB134175170-
CMYK0.2300.030.31
HSL172.68º20.4%60.59%-
HSV(B)172.68º23.43%68.63%-
XYZ32.4238.6343.78-
YUV162.17132.42107.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=27.97%
G=36.53%
B=35.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341751700.2300.030.31172.6820.460.59
Hex86AFAA17031Fad143d
Octal2062572522703372552475
Binary10000110101011111010101010111011111111010110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AFAA; }

 p { color: rgb(134,175,170); }

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

<style>
 a { background-color: #86AFAA; }

 a { background-color: rgb(134,175,170); }

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

<style>
 span { border-color: #86AFAA; }

 span { border-color: rgb(134,175,170); }

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