#86EAC7

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

Shades of Riptide #86EAC7

Tints of Riptide #86EAC7

Color information

#86EAC7 (or 0x86EAC7) is unknown color: approx Riptide. HEX triplet: 86, EA and C7. RGB value is (134,234,199). Sum of RGB (Red+Green+Blue) = 134+234+199=567 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.63% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #86EAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EAC7 is #791538. Grayscale: #C8C8C8. Windows color (decimal): -7935289 or 13101702. OLE color: 13101702.

HSL color Cylindrical-coordinate representation of color #86EAC7: hue angle of 159º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EAC7 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB134234199-
CMYK0.4300.150.08
HSL159º70.42%72.16%-
HSV(B)159º42.74%91.76%-
XYZ49.5668.0464.55-
YUV200.11127.3780.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.63%
GREEN value IS 234 (91.80% from 255) = 41.27%
BLUE value IS 199 (78.12% from 255) = 35.10%
R=23.63%
G=41.27%
B=35.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342341990.4300.150.0815970.4272.16
Hex86EAC72B0F89f4648
Octal2063523075301710237106110
Binary1000011011101010110001111010110111110001001111110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,234,199); }

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

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

 a { background-color: rgb(134,234,199); }

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

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

 span { border-color: rgb(134,234,199); }

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