#84E3C0

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

Shades of Riptide #84E3C0

Tints of Riptide #84E3C0

Color information

#84E3C0 (or 0x84E3C0) is unknown color: approx Riptide. HEX triplet: 84, E3 and C0. RGB value is (132,227,192). Sum of RGB (Red+Green+Blue) = 132+227+192=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #84E3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E3C0 is #7B1C3F. Grayscale: #C2C2C2. Windows color (decimal): -8068160 or 12641156. OLE color: 12641156.

HSL color Cylindrical-coordinate representation of color #84E3C0: hue angle of 157.89º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E3C0 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB132227192-
CMYK0.4200.150.11
HSL157.89º62.91%70.39%-
HSV(B)157.89º41.85%89.02%-
XYZ46.563.6559.7-
YUV194.6126.5383.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.96%
GREEN value IS 227 (89.06% from 255) = 41.20%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=23.96%
G=41.20%
B=34.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1322271920.4200.150.11157.8962.9170.39
Hex84E3C02A0FB9e3f46
Octal204343300520171323677106
Binary100001001110001111000000101010011111011100111101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,227,192); }

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

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

 a { background-color: rgb(132,227,192); }

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

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

 span { border-color: rgb(132,227,192); }

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