#86DEC6

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

Shades of Riptide #86DEC6

Tints of Riptide #86DEC6

Color information

#86DEC6 (or 0x86DEC6) is unknown color: approx Riptide. HEX triplet: 86, DE and C6. RGB value is (134,222,198). Sum of RGB (Red+Green+Blue) = 134+222+198=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #86DEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DEC6 is #792139. Grayscale: #C0C0C0. Windows color (decimal): -7938362 or 13033094. OLE color: 13033094.

HSL color Cylindrical-coordinate representation of color #86DEC6: hue angle of 163.64º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DEC6 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB134222198-
CMYK0.4000.110.13
HSL163.64º57.14%69.8%-
HSV(B)163.64º39.64%87.06%-
XYZ46.1561.3962.84-
YUV192.95130.8585.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.19%
GREEN value IS 222 (87.11% from 255) = 40.07%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=24.19%
G=40.07%
B=35.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342221980.4000.110.13163.6457.1469.8
Hex86DEC6280BDa43946
Octal206336306500131524471106
Binary100001101101111011000110101000010111101101001001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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