#84D7CA

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

Shades of Riptide #84D7CA

Tints of Riptide #84D7CA

Color information

#84D7CA (or 0x84D7CA) is unknown color: approx Riptide. HEX triplet: 84, D7 and CA. RGB value is (132,215,202). Sum of RGB (Red+Green+Blue) = 132+215+202=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #84D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D7CA is #7B2835. Grayscale: #BCBCBC. Windows color (decimal): -8071222 or 13293444. OLE color: 13293444.

HSL color Cylindrical-coordinate representation of color #84D7CA: hue angle of 170.6º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D7CA is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB132215202-
CMYK0.3900.060.16
HSL170.6º50.92%68.04%-
HSV(B)170.6º38.6%84.31%-
XYZ44.4857.7764.68-
YUV188.7135.587.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.04%
GREEN value IS 215 (84.38% from 255) = 39.16%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=24.04%
G=39.16%
B=36.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322152020.3900.060.16170.650.9268.04
Hex84D7CA270610ab3344
Octal20432731247062025363104
Binary100001001101011111001010100111011010000101010111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84D7CA; }

 p { color: rgb(132,215,202); }

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

<style>
 a { background-color: #84D7CA; }

 a { background-color: rgb(132,215,202); }

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

<style>
 span { border-color: #84D7CA; }

 span { border-color: rgb(132,215,202); }

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