#84DACE

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

Shades of Riptide #84DACE

Tints of Riptide #84DACE

Color information

#84DACE (or 0x84DACE) is unknown color: approx Riptide. HEX triplet: 84, DA and CE. RGB value is (132,218,206). Sum of RGB (Red+Green+Blue) = 132+218+206=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #84DACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DACE is #7B2531. Grayscale: #BEBEBE. Windows color (decimal): -8070450 or 13556356. OLE color: 13556356.

HSL color Cylindrical-coordinate representation of color #84DACE: hue angle of 171.63º 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 #84DACE is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB132218206-
CMYK0.3900.060.15
HSL171.63º53.75%68.63%-
HSV(B)171.63º39.45%85.49%-
XYZ45.7359.567.47-
YUV190.92136.5185.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.74%
GREEN value IS 218 (85.55% from 255) = 39.21%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=23.74%
G=39.21%
B=37.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322182060.3900.060.15171.6353.7568.63
Hex84DACE2706Fac3645
Octal20433231647061725466105
Binary10000100110110101100111010011101101111101011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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