#86E7C1

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

Shades of Riptide #86E7C1

Tints of Riptide #86E7C1

Color information

#86E7C1 (or 0x86E7C1) is unknown color: approx Riptide. HEX triplet: 86, E7 and C1. RGB value is (134,231,193). Sum of RGB (Red+Green+Blue) = 134+231+193=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #86E7C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E7C1 is #79183E. Grayscale: #C5C5C5. Windows color (decimal): -7936063 or 12707718. OLE color: 12707718.

HSL color Cylindrical-coordinate representation of color #86E7C1: hue angle of 156.49º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E7C1 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB134231193-
CMYK0.4200.160.09
HSL156.49º66.9%71.57%-
HSV(B)156.49º41.99%90.59%-
XYZ48.0366.0760.67-
YUV197.66125.3682.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.01%
GREEN value IS 231 (90.62% from 255) = 41.40%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=24.01%
G=41.40%
B=34.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342311930.4200.160.09156.4966.971.57
Hex86E7C12A01099c4348
Octal2063473015202011234103110
Binary10000110111001111100000110101001000010011001110010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,231,193); }

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

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

 a { background-color: rgb(134,231,193); }

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

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

 span { border-color: rgb(134,231,193); }

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