#86B4A9

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

Shades of Sea Nymph #86B4A9

Tints of Sea Nymph #86B4A9

Color information

#86B4A9 (or 0x86B4A9) is unknown color: approx Sea Nymph. HEX triplet: 86, B4 and A9. RGB value is (134,180,169). Sum of RGB (Red+Green+Blue) = 134+180+169=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #86B4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B4A9 is #794B56. Grayscale: #A4A4A4. Windows color (decimal): -7949143 or 11121798. OLE color: 11121798.

HSL color Cylindrical-coordinate representation of color #86B4A9: hue angle of 165.65º 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 #86B4A9 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB134180169-
CMYK0.2600.060.29
HSL165.65º23.47%61.57%-
HSV(B)165.65º25.56%70.59%-
XYZ33.3140.5843.61-
YUV164.99130.26105.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.74%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=27.74%
G=37.27%
B=34.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341801690.2600.060.29165.6523.4761.57
Hex86B4A91A061Da6173e
Octal2062642513206352462776
Binary100001101011010010101001110100110111011010011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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