#84EACC

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

Shades of Riptide #84EACC

Tints of Riptide #84EACC

Color information

#84EACC (or 0x84EACC) is unknown color: approx Riptide. HEX triplet: 84, EA and CC. RGB value is (132,234,204). Sum of RGB (Red+Green+Blue) = 132+234+204=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #84EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EACC is #7B1533. Grayscale: #C8C8C8. Windows color (decimal): -8066356 or 13429380. OLE color: 13429380.

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

Color convert

RGB132234204-
CMYK0.4400.130.08
HSL162.35º70.83%71.76%-
HSV(B)162.35º43.59%91.76%-
XYZ49.8468.1167.65-
YUV200.08130.2179.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.16%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=23.16%
G=41.05%
B=35.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322342040.4400.130.08162.3570.8371.76
Hex84EACC2C0D8a24748
Octal2043523145401510242107110
Binary1000010011101010110011001011000110110001010001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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