#86ABA4

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

Shades of Sea Nymph #86ABA4

Tints of Sea Nymph #86ABA4

Color information

#86ABA4 (or 0x86ABA4) is unknown color: approx Sea Nymph. HEX triplet: 86, AB and A4. RGB value is (134,171,164). Sum of RGB (Red+Green+Blue) = 134+171+164=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #86ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ABA4 is #79545B. Grayscale: #9F9F9F. Windows color (decimal): -7951452 or 10791814. OLE color: 10791814.

HSL color Cylindrical-coordinate representation of color #86ABA4: hue angle of 168.65º 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 #86ABA4 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB134171164-
CMYK0.2200.040.33
HSL168.65º18.05%59.8%-
HSV(B)168.65º21.64%67.06%-
XYZ31.136.8740.6-
YUV159.14130.74110.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.57%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=28.57%
G=36.46%
B=34.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341711640.2200.040.33168.6518.0559.8
Hex86ABA4160421a9123c
Octal2062532442604412512274
Binary1000011010101011101001001011001001000011010100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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