#86AEA7

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

Shades of Sea Nymph #86AEA7

Tints of Sea Nymph #86AEA7

Color information

#86AEA7 (or 0x86AEA7) is unknown color: approx Sea Nymph. HEX triplet: 86, AE and A7. RGB value is (134,174,167). Sum of RGB (Red+Green+Blue) = 134+174+167=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #86AEA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AEA7 is #795158. Grayscale: #A1A1A1. Windows color (decimal): -7950681 or 10989190. OLE color: 10989190.

HSL color Cylindrical-coordinate representation of color #86AEA7: hue angle of 169.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AEA7 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB134174167-
CMYK0.2300.040.32
HSL169.5º19.8%60.39%-
HSV(B)169.5º22.99%68.24%-
XYZ31.9438.1342.24-
YUV161.24131.25108.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=28.21%
G=36.63%
B=35.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341741670.2300.040.32169.519.860.39
Hex86AEA7170420a9143c
Octal2062562472704402512474
Binary1000011010101110101001111011101001000001010100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,174,167); }

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

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

 a { background-color: rgb(134,174,167); }

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

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

 span { border-color: rgb(134,174,167); }

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