#86BFAA

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

Shades of Sea Nymph #86BFAA

Tints of Sea Nymph #86BFAA

Color information

#86BFAA (or 0x86BFAA) is unknown color: approx Sea Nymph. HEX triplet: 86, BF and AA. RGB value is (134,191,170). Sum of RGB (Red+Green+Blue) = 134+191+170=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #86BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BFAA is #794055. Grayscale: #ABABAB. Windows color (decimal): -7946326 or 11190150. OLE color: 11190150.

HSL color Cylindrical-coordinate representation of color #86BFAA: hue angle of 157.89º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BFAA is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB134191170-
CMYK0.3000.110.25
HSL157.89º30.81%63.73%-
HSV(B)157.89º29.84%74.9%-
XYZ35.7245.2344.88-
YUV171.56127.12101.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=27.07%
G=38.59%
B=34.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341911700.3000.110.25157.8930.8163.73
Hex86BFAA1E0B199e1f40
Octal206277252360133123637100
Binary10000110101111111010101011110010111100110011110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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