Shades of Riptide #84DFD4
Tints of Riptide #84DFD4
RGB
CMYK
RGB Variations
Color information
#84DFD4 (or 0x84DFD4) is known color: Riptide. HEX triplet: 84, DF and D4. RGB value is (132,223,212). Sum of RGB (Red+Green+Blue) = 132+223+212=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFD4 is #7B202B. Grayscale: #C2C2C2. Windows color (decimal): -8069164 or 13950852. OLE color: 13950852.
HSL color Cylindrical-coordinate representation of color #84DFD4: hue angle of 172.75º 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 #84DFD4 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 212 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.13 |
| HSL | 172.75º | 0.59% | 0.7% | - |
| HSV(B) | 172.75º | 0.41% | 0.87% | - |
| XYZ | 47.79 | 62.43 | 71.82 | - |
| YUV | 194.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 212 | 0.41 | 0 | 0.05 | 0.13 | 172.75 | 0.59 | 0.7 |
| Hex | 84 | DF | D4 | 29 | 0 | 5 | D | AD | 3B | 46 |
| Octal | 204 | 337 | 324 | 51 | 0 | 5 | 15 | 255 | 73 | 106 |
| Binary | 10000100 | 11011111 | 11010100 | 101001 | 0 | 101 | 1101 | 10101101 | 111011 | 1000110 |
Color Harmonies of #84DFD4
Complementary color
Monochromatic Colors of #84DFD4
Black with #84DFD4
Text Example
Text Example
White with #84DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFD4; }
p { color: rgb(132,223,212); }
H1.HeaderClassName
{
color: #84DFD4;
}
.AnyTagClassName
{
color: #84DFD4;
}
</style>
background-color css
<style>
a { background-color: #84DFD4; }
a { background-color: rgb(132,223,212); }
div.DivClassName
{
background-color: #84DFD4;
}
.BgClassName
{
background-color: #84DFD4;
}
</style>
border-color css
<style>
span { border-color: #84DFD4; }
span { border-color: rgb(132,223,212); }
td.TdClassName
{
border-color: #84DFD4;
}
.TagClassName
{
border-color: #84DFD4;
}
</style>