#86B4A7

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

Shades of Sea Nymph #86B4A7

Tints of Sea Nymph #86B4A7

Color information

#86B4A7 (or 0x86B4A7) is unknown color: approx Sea Nymph. HEX triplet: 86, B4 and A7. RGB value is (134,180,167). Sum of RGB (Red+Green+Blue) = 134+180+167=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #86B4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B4A7 is #794B58. Grayscale: #A4A4A4. Windows color (decimal): -7949145 or 10990726. OLE color: 10990726.

HSL color Cylindrical-coordinate representation of color #86B4A7: hue angle of 163.04º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B4A7 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB134180167-
CMYK0.2600.070.29
HSL163.04º23.47%61.57%-
HSV(B)163.04º25.56%70.59%-
XYZ33.1340.542.63-
YUV164.76129.26106.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 167 (65.62% from 255) = 34.72%
R=27.86%
G=37.42%
B=34.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341801670.2600.070.29163.0423.4761.57
Hex86B4A71A071Da3173e
Octal2062642473207352432776
Binary100001101011010010100111110100111111011010001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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