#84E3DA

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

Shades of Riptide #84E3DA

Tints of Riptide #84E3DA

Color information

#84E3DA (or 0x84E3DA) is unknown color: approx Riptide. HEX triplet: 84, E3 and DA. RGB value is (132,227,218). Sum of RGB (Red+Green+Blue) = 132+227+218=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #84E3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E3DA is #7B1C25. Grayscale: #C5C5C5. Windows color (decimal): -8068134 or 14345092. OLE color: 14345092.

HSL color Cylindrical-coordinate representation of color #84E3DA: hue angle of 174.32º degrees, saturation: 0.63, 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 #84E3DA is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB132227218-
CMYK0.4200.040.11
HSL174.32º62.91%70.39%-
HSV(B)174.32º41.85%89.02%-
XYZ49.6464.9176.24-
YUV197.57139.5381.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.88%
GREEN value IS 227 (89.06% from 255) = 39.34%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=22.88%
G=39.34%
B=37.78%

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
Decimal1322272180.4200.040.11174.3262.9170.39
Hex84E3DA2A04Bae3f46
Octal20434333252041325677106
Binary10000100111000111101101010101001001011101011101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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