#84E3BF

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

Shades of Riptide #84E3BF

Tints of Riptide #84E3BF

Color information

#84E3BF (or 0x84E3BF) is unknown color: approx Riptide. HEX triplet: 84, E3 and BF. RGB value is (132,227,191). Sum of RGB (Red+Green+Blue) = 132+227+191=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #84E3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E3BF is #7B1C40. Grayscale: #C2C2C2. Windows color (decimal): -8068161 or 12575620. OLE color: 12575620.

HSL color Cylindrical-coordinate representation of color #84E3BF: hue angle of 157.26º 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 #84E3BF is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB132227191-
CMYK0.4200.160.11
HSL157.26º62.91%70.39%-
HSV(B)157.26º41.85%89.02%-
XYZ46.3963.6159.12-
YUV194.49126.0383.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24%
GREEN value IS 227 (89.06% from 255) = 41.27%
BLUE value IS 191 (75% from 255) = 34.73%
R=24%
G=41.27%
B=34.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1322271910.4200.160.11157.2662.9170.39
Hex84E3BF2A010B9d3f46
Octal204343277520201323577106
Binary1000010011100011101111111010100100001011100111011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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