#86E9DE

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

Shades of Riptide #86E9DE

Tints of Riptide #86E9DE

Color information

#86E9DE (or 0x86E9DE) is unknown color: approx Riptide. HEX triplet: 86, E9 and DE. RGB value is (134,233,222). Sum of RGB (Red+Green+Blue) = 134+233+222=589 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.75% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #86E9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E9DE is #791621. Grayscale: #CACACA. Windows color (decimal): -7935522 or 14608774. OLE color: 14608774.

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

Color convert

RGB134233222-
CMYK0.4200.050.09
HSL173.33º69.23%71.96%-
HSV(B)173.33º42.49%91.37%-
XYZ52.1668.6279.6-
YUV202.14139.279.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.75%
GREEN value IS 233 (91.41% from 255) = 39.56%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=22.75%
G=39.56%
B=37.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342332220.4200.050.09173.3369.2371.96
Hex86E9DE2A059ad4548
Octal206351336520511255105110
Binary100001101110100111011110101010010110011010110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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