#86DCC3

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

Shades of Riptide #86DCC3

Tints of Riptide #86DCC3

Color information

#86DCC3 (or 0x86DCC3) is unknown color: approx Riptide. HEX triplet: 86, DC and C3. RGB value is (134,220,195). Sum of RGB (Red+Green+Blue) = 134+220+195=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCC3 is #79233C. Grayscale: #BFBFBF. Windows color (decimal): -7938877 or 12835974. OLE color: 12835974.

HSL color Cylindrical-coordinate representation of color #86DCC3: hue angle of 162.56º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DCC3 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB134220195-
CMYK0.3900.110.14
HSL162.56º55.13%69.41%-
HSV(B)162.56º39.09%86.27%-
XYZ45.2860.1960.86-
YUV191.44130.0187.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.41%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=24.41%
G=40.07%
B=35.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342201950.3900.110.14162.5655.1369.41
Hex86DCC3270BEa33745
Octal206334303470131624367105
Binary100001101101110011000011100111010111110101000111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,220,195); }

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

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

 a { background-color: rgb(134,220,195); }

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

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

 span { border-color: rgb(134,220,195); }

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