#86DDC5

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

Shades of Riptide #86DDC5

Tints of Riptide #86DDC5

Color information

#86DDC5 (or 0x86DDC5) is unknown color: approx Riptide. HEX triplet: 86, DD and C5. RGB value is (134,221,197). Sum of RGB (Red+Green+Blue) = 134+221+197=552 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.28% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDC5 is #79223A. Grayscale: #C0C0C0. Windows color (decimal): -7938619 or 12967302. OLE color: 12967302.

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

Color convert

RGB134221197-
CMYK0.3900.110.13
HSL163.45º56.13%69.61%-
HSV(B)163.45º39.37%86.67%-
XYZ45.7760.8162.15-
YUV192.25130.6886.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.28%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 197 (77.34% from 255) = 35.69%
R=24.28%
G=40.04%
B=35.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211970.3900.110.13163.4556.1369.61
Hex86DDC5270BDa33846
Octal206335305470131524370106
Binary100001101101110111000101100111010111101101000111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,221,197); }

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

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

 a { background-color: rgb(134,221,197); }

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

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

 span { border-color: rgb(134,221,197); }

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