#84e2da

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

Shades of Riptide #84E2DA

Tints of Riptide #84E2DA

Color information

#84E2DA (or 0x84E2DA) is unknown color: approx Riptide. HEX triplet: 84, E2 and DA. RGB value is (132,226,218). Sum of RGB (Red+Green+Blue) = 132+226+218=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #84E2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E2DA is #7B1D25. Grayscale: #C4C4C4. Windows color (decimal): -8068390 or 14344836. OLE color: 14344836.

HSL color Cylindrical-coordinate representation of color #84E2DA: hue angle of 174.89º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E2DA is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB132226218-
CMYK0.4200.040.11
HSL174.89º61.84%70.2%-
HSV(B)174.89º41.59%88.63%-
XYZ49.3764.3676.15-
YUV196.98139.8681.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.92%
GREEN value IS 226 (88.67% from 255) = 39.24%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=22.92%
G=39.24%
B=37.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1322262180.4200.040.11174.8961.8470.2
Hex84E2DA2A04Baf3e46
Octal20434233252041325776106
Binary10000100111000101101101010101001001011101011111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84e2da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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