#87DDCD

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

Shades of Riptide #87DDCD

Tints of Riptide #87DDCD

Color information

#87DDCD (or 0x87DDCD) is unknown color: approx Riptide. HEX triplet: 87, DD and CD. RGB value is (135,221,205). Sum of RGB (Red+Green+Blue) = 135+221+205=561 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.06% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #87DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DDCD is #782232. Grayscale: #C1C1C1. Windows color (decimal): -7873075 or 13491591. OLE color: 13491591.

HSL color Cylindrical-coordinate representation of color #87DDCD: hue angle of 168.84º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DDCD is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB135221205-
CMYK0.3900.070.13
HSL168.84º55.84%69.8%-
HSV(B)168.84º38.91%86.67%-
XYZ46.8761.2767.11-
YUV193.46134.5186.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.06%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=24.06%
G=39.39%
B=36.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1352212050.3900.070.13168.8455.8469.8
Hex87DDCD2707Da93846
Octal20733531547071525170106
Binary10000111110111011100110110011101111101101010011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87DDCD; }

 p { color: rgb(135,221,205); }

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

<style>
 a { background-color: #87DDCD; }

 a { background-color: rgb(135,221,205); }

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

<style>
 span { border-color: #87DDCD; }

 span { border-color: rgb(135,221,205); }

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