#84E0CA

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

Shades of Riptide #84E0CA

Tints of Riptide #84E0CA

Color information

#84E0CA (or 0x84E0CA) is unknown color: approx Riptide. HEX triplet: 84, E0 and CA. RGB value is (132,224,202). Sum of RGB (Red+Green+Blue) = 132+224+202=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E0CA is #7B1F35. Grayscale: #C1C1C1. Windows color (decimal): -8068918 or 13295748. OLE color: 13295748.

HSL color Cylindrical-coordinate representation of color #84E0CA: hue angle of 165.65º degrees, saturation: 0.6, 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 #84E0CA is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB132224202-
CMYK0.4100.100.12
HSL165.65º59.74%69.8%-
HSV(B)165.65º41.07%87.84%-
XYZ46.8362.4865.47-
YUV193.98132.5283.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.66%
GREEN value IS 224 (87.89% from 255) = 40.14%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=23.66%
G=40.14%
B=36.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1322242020.4100.100.12165.6559.7469.8
Hex84E0CA290ACa63c46
Octal204340312510121424674106
Binary100001001110000011001010101001010101100101001101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,224,202); }

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

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

 a { background-color: rgb(132,224,202); }

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

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

 span { border-color: rgb(132,224,202); }

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