#84e1dc

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

Shades of Riptide #84E1DC

Tints of Riptide #84E1DC

Color information

#84E1DC (or 0x84E1DC) is unknown color: approx Riptide. HEX triplet: 84, E1 and DC. RGB value is (132,225,220). Sum of RGB (Red+Green+Blue) = 132+225+220=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #84E1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E1DC is #7B1E23. Grayscale: #C4C4C4. Windows color (decimal): -8068644 or 14475652. OLE color: 14475652.

HSL color Cylindrical-coordinate representation of color #84E1DC: hue angle of 176.77º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E1DC is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB132225220-
CMYK0.4100.020.12
HSL176.77º60.78%70%-
HSV(B)176.77º41.33%88.24%-
XYZ49.3663.9277.45-
YUV196.62141.1981.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.88%
GREEN value IS 225 (88.28% from 255) = 38.99%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=22.88%
G=38.99%
B=38.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1322252200.4100.020.12176.7760.7870
Hex84E1DC2902Cb13d46
Octal20434133451021426175106
Binary1000010011100001110111001010010101100101100011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84e1dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,225,220); }

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

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

 a { background-color: rgb(132,225,220); }

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

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

 span { border-color: rgb(132,225,220); }

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