#86DACA

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

Shades of Riptide #86DACA

Tints of Riptide #86DACA

Color information

#86DACA (or 0x86DACA) is unknown color: approx Riptide. HEX triplet: 86, DA and CA. RGB value is (134,218,202). Sum of RGB (Red+Green+Blue) = 134+218+202=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #86DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DACA is #792535. Grayscale: #BFBFBF. Windows color (decimal): -7939382 or 13294214. OLE color: 13294214.

HSL color Cylindrical-coordinate representation of color #86DACA: hue angle of 168.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DACA is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB134218202-
CMYK0.3900.070.15
HSL168.57º53.16%69.02%-
HSV(B)168.57º38.53%85.49%-
XYZ45.5659.4864.96-
YUV191.06134.1787.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.19%
GREEN value IS 218 (85.55% from 255) = 39.35%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=24.19%
G=39.35%
B=36.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342182020.3900.070.15168.5753.1669.02
Hex86DACA2707Fa93545
Octal20633231247071725165105
Binary10000110110110101100101010011101111111101010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,218,202); }

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

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

 a { background-color: rgb(134,218,202); }

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

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

 span { border-color: rgb(134,218,202); }

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