#84DACA

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

Shades of Riptide #84DACA

Tints of Riptide #84DACA

Color information

#84DACA (or 0x84DACA) is unknown color: approx Riptide. HEX triplet: 84, DA and CA. RGB value is (132,218,202). Sum of RGB (Red+Green+Blue) = 132+218+202=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #84DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DACA is #7B2535. Grayscale: #BEBEBE. Windows color (decimal): -8070454 or 13294212. OLE color: 13294212.

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

Color convert

RGB132218202-
CMYK0.3900.070.15
HSL168.84º53.75%68.63%-
HSV(B)168.84º39.45%85.49%-
XYZ45.2559.3164.94-
YUV190.46134.5186.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.91%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=23.91%
G=39.49%
B=36.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322182020.3900.070.15168.8453.7568.63
Hex84DACA2707Fa93645
Octal20433231247071725166105
Binary10000100110110101100101010011101111111101010011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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