#86EBBD

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

Shades of Riptide #86EBBD

Tints of Riptide #86EBBD

Color information

#86EBBD (or 0x86EBBD) is unknown color: approx Riptide. HEX triplet: 86, EB and BD. RGB value is (134,235,189). Sum of RGB (Red+Green+Blue) = 134+235+189=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #86EBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EBBD is #791442. Grayscale: #C7C7C7. Windows color (decimal): -7935043 or 12446598. OLE color: 12446598.

HSL color Cylindrical-coordinate representation of color #86EBBD: hue angle of 152.67º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EBBD is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB134235189-
CMYK0.4300.200.08
HSL152.67º71.63%72.35%-
HSV(B)152.67º42.98%92.16%-
XYZ48.7368.1658.73-
YUV199.56122.0481.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.01%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=24.01%
G=42.11%
B=33.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351890.4300.200.08152.6771.6372.35
Hex86EBBD2B0148994848
Octal2063532755302410231110110
Binary10000110111010111011110110101101010010001001100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,235,189); }

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

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

 a { background-color: rgb(134,235,189); }

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

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

 span { border-color: rgb(134,235,189); }

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