#84E5C2

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

Shades of Riptide #84E5C2

Tints of Riptide #84E5C2

Color information

#84E5C2 (or 0x84E5C2) is unknown color: approx Riptide. HEX triplet: 84, E5 and C2. RGB value is (132,229,194). Sum of RGB (Red+Green+Blue) = 132+229+194=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #84E5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E5C2 is #7B1A3D. Grayscale: #C4C4C4. Windows color (decimal): -8067646 or 12772740. OLE color: 12772740.

HSL color Cylindrical-coordinate representation of color #84E5C2: hue angle of 158.35º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E5C2 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB132229194-
CMYK0.4200.150.10
HSL158.35º65.1%70.78%-
HSV(B)158.35º42.36%89.8%-
XYZ47.2764.8461.06-
YUV196.01126.8682.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.78%
GREEN value IS 229 (89.84% from 255) = 41.26%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=23.78%
G=41.26%
B=34.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1322291940.4200.150.10158.3565.170.78
Hex84E5C22A0FA9e4147
Octal2043453025201712236101107
Binary1000010011100101110000101010100111110101001111010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,229,194); }

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

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

 a { background-color: rgb(132,229,194); }

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

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

 span { border-color: rgb(132,229,194); }

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