#87CFCF

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

Shades of Riptide #87CFCF

Tints of Riptide #87CFCF

Color information

#87CFCF (or 0x87CFCF) is unknown color: approx Riptide. HEX triplet: 87, CF and CF. RGB value is (135,207,207). Sum of RGB (Red+Green+Blue) = 135+207+207=549 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.59% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #87CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CFCF is #783030. Grayscale: #B9B9B9. Windows color (decimal): -7876657 or 13619079. OLE color: 13619079.

HSL color Cylindrical-coordinate representation of color #87CFCF: hue angle of 180º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87CFCF is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135207207-
CMYK0.35000.19
HSL180º42.86%67.06%-
HSV(B)180º34.78%81.18%-
XYZ43.5754.2867.21-
YUV185.47140.1592-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.59%
GREEN value IS 207 (81.25% from 255) = 37.70%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=24.59%
G=37.70%
B=37.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1352072070.35000.1918042.8667.06
Hex87CFCF230013b42b43
Octal20731731743002326453103
Binary1000011111001111110011111000110010011101101001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,207,207); }

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

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

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

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

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

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

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