#84DFD5

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

Shades of Riptide #84DFD5

Tints of Riptide #84DFD5

Color information

#84DFD5 (or 0x84DFD5) is unknown color: approx Riptide. HEX triplet: 84, DF and D5. RGB value is (132,223,213). Sum of RGB (Red+Green+Blue) = 132+223+213=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFD5 is #7B202A. Grayscale: #C2C2C2. Windows color (decimal): -8069163 or 14016388. OLE color: 14016388.

HSL color Cylindrical-coordinate representation of color #84DFD5: hue angle of 173.41º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFD5 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB132223213-
CMYK0.4100.040.13
HSL173.41º58.71%69.61%-
HSV(B)173.41º40.81%87.45%-
XYZ47.9162.4872.49-
YUV194.65138.3583.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.24%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=23.24%
G=39.26%
B=37.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322232130.4100.040.13173.4158.7169.61
Hex84DFD52904Dad3b46
Octal20433732551041525573106
Binary10000100110111111101010110100101001101101011011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,223,213); }

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

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

 a { background-color: rgb(132,223,213); }

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

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

 span { border-color: rgb(132,223,213); }

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