#84E0BF

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

Shades of Riptide #84E0BF

Tints of Riptide #84E0BF

Color information

#84E0BF (or 0x84E0BF) is unknown color: approx Riptide. HEX triplet: 84, E0 and BF. RGB value is (132,224,191). Sum of RGB (Red+Green+Blue) = 132+224+191=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E0BF is #7B1F40. Grayscale: #C0C0C0. Windows color (decimal): -8068929 or 12574852. OLE color: 12574852.

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

Color convert

RGB132224191-
CMYK0.4100.150.12
HSL158.48º59.74%69.8%-
HSV(B)158.48º41.07%87.84%-
XYZ45.5861.9858.85-
YUV192.73127.0284.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.13%
GREEN value IS 224 (87.89% from 255) = 40.95%
BLUE value IS 191 (75% from 255) = 34.92%
R=24.13%
G=40.95%
B=34.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1322241910.4100.150.12158.4859.7469.8
Hex84E0BF290FC9e3c46
Octal204340277510171423674106
Binary100001001110000010111111101001011111100100111101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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