#86E1CB

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

Shades of Riptide #86E1CB

Tints of Riptide #86E1CB

Color information

#86E1CB (or 0x86E1CB) is unknown color: approx Riptide. HEX triplet: 86, E1 and CB. RGB value is (134,225,203). Sum of RGB (Red+Green+Blue) = 134+225+203=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #86E1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E1CB is #791E34. Grayscale: #C3C3C3. Windows color (decimal): -7937589 or 13361542. OLE color: 13361542.

HSL color Cylindrical-coordinate representation of color #86E1CB: hue angle of 165.49º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E1CB is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB134225203-
CMYK0.4000.100.12
HSL165.49º60.26%70.39%-
HSV(B)165.49º40.44%88.24%-
XYZ47.5463.2366.2-
YUV195.28132.3584.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.84%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=23.84%
G=40.04%
B=36.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342252030.4000.100.12165.4960.2670.39
Hex86E1CB280ACa53c46
Octal206341313500121424574106
Binary100001101110000111001011101000010101100101001011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,225,203); }

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

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

 a { background-color: rgb(134,225,203); }

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

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

 span { border-color: rgb(134,225,203); }

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