#84eadd

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

Shades of Riptide #84EADD

Tints of Riptide #84EADD

Color information

#84EADD (or 0x84EADD) is unknown color: approx Riptide. HEX triplet: 84, EA and DD. RGB value is (132,234,221). Sum of RGB (Red+Green+Blue) = 132+234+221=587 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.49% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #84EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EADD is #7B1522. Grayscale: #C9C9C9. Windows color (decimal): -8066339 or 14543492. OLE color: 14543492.

HSL color Cylindrical-coordinate representation of color #84EADD: hue angle of 172.35º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EADD is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB132234221-
CMYK0.4400.060.08
HSL172.35º70.83%71.76%-
HSV(B)172.35º43.59%91.76%-
XYZ51.9968.9778.98-
YUV202.02138.7178.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.49%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=22.49%
G=39.86%
B=37.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322342210.4400.060.08172.3570.8371.76
Hex84EADD2C068ac4748
Octal204352335540610254107110
Binary100001001110101011011101101100011010001010110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84eadd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,234,221); }

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

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

 a { background-color: rgb(132,234,221); }

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

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

 span { border-color: rgb(132,234,221); }

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