#86E2C8

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

Shades of Riptide #86E2C8

Tints of Riptide #86E2C8

Color information

#86E2C8 (or 0x86E2C8) is unknown color: approx Riptide. HEX triplet: 86, E2 and C8. RGB value is (134,226,200). Sum of RGB (Red+Green+Blue) = 134+226+200=560 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.93% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #86E2C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E2C8 is #791D37. Grayscale: #C3C3C3. Windows color (decimal): -7937336 or 13165190. OLE color: 13165190.

HSL color Cylindrical-coordinate representation of color #86E2C8: hue angle of 163.04º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E2C8 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB134226200-
CMYK0.4100.120.11
HSL163.04º61.33%70.59%-
HSV(B)163.04º40.71%88.63%-
XYZ47.4563.6364.42-
YUV195.53130.5284.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.93%
GREEN value IS 226 (88.67% from 255) = 40.36%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=23.93%
G=40.36%
B=35.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342262000.4100.120.11163.0461.3370.59
Hex86E2C8290CBa33d47
Octal206342310510141324375107
Binary100001101110001011001000101001011001011101000111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,226,200); }

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

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

 a { background-color: rgb(134,226,200); }

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

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

 span { border-color: rgb(134,226,200); }

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