#87DCC0

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

Shades of Riptide #87DCC0

Tints of Riptide #87DCC0

Color information

#87DCC0 (or 0x87DCC0) is unknown color: approx Riptide. HEX triplet: 87, DC and C0. RGB value is (135,220,192). Sum of RGB (Red+Green+Blue) = 135+220+192=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCC0 is #78233F. Grayscale: #BFBFBF. Windows color (decimal): -7873344 or 12639367. OLE color: 12639367.

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

Color convert

RGB135220192-
CMYK0.3900.130.14
HSL160.24º54.84%69.61%-
HSV(B)160.24º38.64%86.27%-
XYZ45.160.1459.1-
YUV191.39128.3487.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.68%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=24.68%
G=40.22%
B=35.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352201920.3900.130.14160.2454.8469.61
Hex87DCC0270DEa03746
Octal207334300470151624067106
Binary100001111101110011000000100111011011110101000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,220,192); }

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

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

 a { background-color: rgb(135,220,192); }

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

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

 span { border-color: rgb(135,220,192); }

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