#86ABA0

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

Shades of Sea Nymph #86ABA0

Tints of Sea Nymph #86ABA0

Color information

#86ABA0 (or 0x86ABA0) is unknown color: approx Sea Nymph. HEX triplet: 86, AB and A0. RGB value is (134,171,160). Sum of RGB (Red+Green+Blue) = 134+171+160=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #86ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ABA0 is #79545F. Grayscale: #9E9E9E. Windows color (decimal): -7951456 or 10529670. OLE color: 10529670.

HSL color Cylindrical-coordinate representation of color #86ABA0: hue angle of 162.16º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86ABA0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB134171160-
CMYK0.2200.060.33
HSL162.16º18.05%59.8%-
HSV(B)162.16º21.64%67.06%-
XYZ30.7436.7338.73-
YUV158.68128.74110.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=28.82%
G=36.77%
B=34.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341711600.2200.060.33162.1618.0559.8
Hex86ABA0160621a2123c
Octal2062532402606412422274
Binary1000011010101011101000001011001101000011010001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,171,160); }

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

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

 a { background-color: rgb(134,171,160); }

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

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

 span { border-color: rgb(134,171,160); }

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