#86DFC9

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

Shades of Riptide #86DFC9

Tints of Riptide #86DFC9

Color information

#86DFC9 (or 0x86DFC9) is unknown color: approx Riptide. HEX triplet: 86, DF and C9. RGB value is (134,223,201). Sum of RGB (Red+Green+Blue) = 134+223+201=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DFC9 is #792036. Grayscale: #C1C1C1. Windows color (decimal): -7938103 or 13229958. OLE color: 13229958.

HSL color Cylindrical-coordinate representation of color #86DFC9: hue angle of 165.17º degrees, saturation: 0.58, 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 #86DFC9 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB134223201-
CMYK0.4000.100.13
HSL165.17º58.17%70%-
HSV(B)165.17º39.91%87.45%-
XYZ46.7662.0664.77-
YUV193.88132.0185.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.01%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=24.01%
G=39.96%
B=36.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342232010.4000.100.13165.1758.1770
Hex86DFC9280ADa53a46
Octal206337311500121524572106
Binary100001101101111111001001101000010101101101001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,223,201); }

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

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

 a { background-color: rgb(134,223,201); }

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

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

 span { border-color: rgb(134,223,201); }

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