#84EAD8

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

Shades of Riptide #84EAD8

Tints of Riptide #84EAD8

Color information

#84EAD8 (or 0x84EAD8) is unknown color: approx Riptide. HEX triplet: 84, EA and D8. RGB value is (132,234,216). Sum of RGB (Red+Green+Blue) = 132+234+216=582 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.68% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #84EAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EAD8 is #7B1527. Grayscale: #C9C9C9. Windows color (decimal): -8066344 or 14215812. OLE color: 14215812.

HSL color Cylindrical-coordinate representation of color #84EAD8: hue angle of 169.41º 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 #84EAD8 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB132234216-
CMYK0.4400.080.08
HSL169.41º70.83%71.76%-
HSV(B)169.41º43.59%91.76%-
XYZ51.3368.7175.52-
YUV201.45136.2178.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.68%
GREEN value IS 234 (91.80% from 255) = 40.21%
BLUE value IS 216 (84.77% from 255) = 37.11%
R=22.68%
G=40.21%
B=37.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322342160.4400.080.08169.4170.8371.76
Hex84EAD82C088a94748
Octal2043523305401010251107110
Binary1000010011101010110110001011000100010001010100110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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