#86E9BE

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

Shades of Riptide #86E9BE

Tints of Riptide #86E9BE

Color information

#86E9BE (or 0x86E9BE) is unknown color: approx Riptide. HEX triplet: 86, E9 and BE. RGB value is (134,233,190). Sum of RGB (Red+Green+Blue) = 134+233+190=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #86E9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E9BE is #791641. Grayscale: #C6C6C6. Windows color (decimal): -7935554 or 12511622. OLE color: 12511622.

HSL color Cylindrical-coordinate representation of color #86E9BE: hue angle of 153.94º degrees, saturation: 0.69, 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 #86E9BE is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB134233190-
CMYK0.4200.180.09
HSL153.94º69.23%71.96%-
HSV(B)153.94º42.49%91.37%-
XYZ48.2667.0659.12-
YUV198.5123.282-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.06%
GREEN value IS 233 (91.41% from 255) = 41.83%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=24.06%
G=41.83%
B=34.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342331900.4200.180.09153.9469.2371.96
Hex86E9BE2A01299a4548
Octal2063512765202211232105110
Binary10000110111010011011111010101001001010011001101010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,233,190); }

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

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

 a { background-color: rgb(134,233,190); }

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

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

 span { border-color: rgb(134,233,190); }

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