#86BDA9

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

Shades of Sea Nymph #86BDA9

Tints of Sea Nymph #86BDA9

Color information

#86BDA9 (or 0x86BDA9) is unknown color: approx Sea Nymph. HEX triplet: 86, BD and A9. RGB value is (134,189,169). Sum of RGB (Red+Green+Blue) = 134+189+169=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #86BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BDA9 is #794256. Grayscale: #AAAAAA. Windows color (decimal): -7946839 or 11124102. OLE color: 11124102.

HSL color Cylindrical-coordinate representation of color #86BDA9: hue angle of 158.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BDA9 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB134189169-
CMYK0.2900.110.26
HSL158.18º29.41%63.33%-
HSV(B)158.18º29.1%74.12%-
XYZ35.1944.3344.24-
YUV170.27127.28102.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.24%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 169 (66.41% from 255) = 34.35%
R=27.24%
G=38.41%
B=34.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341891690.2900.110.26158.1829.4163.33
Hex86BDA91D0B1A9e1d3f
Octal20627525135013322363577
Binary1000011010111101101010011110101011110101001111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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