#84E6DE

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

Shades of Riptide #84E6DE

Tints of Riptide #84E6DE

Color information

#84E6DE (or 0x84E6DE) is unknown color: approx Riptide. HEX triplet: 84, E6 and DE. RGB value is (132,230,222). Sum of RGB (Red+Green+Blue) = 132+230+222=584 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.60% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #84E6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84E6DE is #7B1921. Grayscale: #C7C7C7. Windows color (decimal): -8067362 or 14608004. OLE color: 14608004.

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

Color convert

RGB132230222-
CMYK0.4300.030.10
HSL175.1º66.22%70.98%-
HSV(B)175.1º42.61%90.2%-
XYZ5166.7779.31-
YUV199.79140.5379.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.60%
GREEN value IS 230 (90.23% from 255) = 39.38%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=22.60%
G=39.38%
B=38.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1322302220.4300.030.10175.166.2270.98
Hex84E6DE2B03Aaf4247
Octal204346336530312257102107
Binary10000100111001101101111010101101110101010111110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,230,222); }

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

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

 a { background-color: rgb(132,230,222); }

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

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

 span { border-color: rgb(132,230,222); }

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