#84DDCA

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

Shades of Riptide #84DDCA

Tints of Riptide #84DDCA

Color information

#84DDCA (or 0x84DDCA) is unknown color: approx Riptide. HEX triplet: 84, DD and CA. RGB value is (132,221,202). Sum of RGB (Red+Green+Blue) = 132+221+202=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDCA is #7B2235. Grayscale: #C0C0C0. Windows color (decimal): -8069686 or 13294980. OLE color: 13294980.

HSL color Cylindrical-coordinate representation of color #84DDCA: hue angle of 167.19º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDCA is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB132221202-
CMYK0.4000.090.13
HSL167.19º56.69%69.22%-
HSV(B)167.19º40.27%86.67%-
XYZ46.0360.8865.2-
YUV192.22133.5185.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.78%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=23.78%
G=39.82%
B=36.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322212020.4000.090.13167.1956.6969.22
Hex84DDCA2809Da73945
Octal204335312500111524771105
Binary100001001101110111001010101000010011101101001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,221,202); }

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

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

 a { background-color: rgb(132,221,202); }

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

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

 span { border-color: rgb(132,221,202); }

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