#84DAD2

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

Shades of Riptide #84DAD2

Tints of Riptide #84DAD2

Color information

#84DAD2 (or 0x84DAD2) is unknown color: approx Riptide. HEX triplet: 84, DA and D2. RGB value is (132,218,210). Sum of RGB (Red+Green+Blue) = 132+218+210=560 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.57% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DAD2 is #7B252D. Grayscale: #BFBFBF. Windows color (decimal): -8070446 or 13818500. OLE color: 13818500.

HSL color Cylindrical-coordinate representation of color #84DAD2: hue angle of 174.42º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DAD2 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB132218210-
CMYK0.3900.040.15
HSL174.42º53.75%68.63%-
HSV(B)174.42º39.45%85.49%-
XYZ46.2259.770.06-
YUV191.37138.5185.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.57%
GREEN value IS 218 (85.55% from 255) = 38.93%
BLUE value IS 210 (82.42% from 255) = 37.5%
R=23.57%
G=38.93%
B=37.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322182100.3900.040.15174.4253.7568.63
Hex84DAD22704Fae3645
Octal20433232247041725666105
Binary10000100110110101101001010011101001111101011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,218,210); }

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

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

 a { background-color: rgb(132,218,210); }

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

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

 span { border-color: rgb(132,218,210); }

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