Shades of Riptide #84DDD3
Tints of Riptide #84DDD3
RGB
CMYK
RGB Variations
Color information
#84DDD3 (or 0x84DDD3) is known color: Riptide. HEX triplet: 84, DD and D3. RGB value is (132,221,211). Sum of RGB (Red+Green+Blue) = 132+221+211=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDD3 is #7B222C. Grayscale: #C1C1C1. Windows color (decimal): -8069677 or 13884804. OLE color: 13884804.
HSL color Cylindrical-coordinate representation of color #84DDD3: hue angle of 173.26º 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 #84DDD3 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 211 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.13 |
| HSL | 173.26º | 0.57% | 0.69% | - |
| HSV(B) | 173.26º | 0.4% | 0.87% | - |
| XYZ | 47.13 | 61.32 | 70.98 | - |
| YUV | 193.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 211 | 0.40 | 0 | 0.05 | 0.13 | 173.26 | 0.57 | 0.69 |
| Hex | 84 | DD | D3 | 28 | 0 | 5 | D | AD | 39 | 45 |
| Octal | 204 | 335 | 323 | 50 | 0 | 5 | 15 | 255 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11010011 | 101000 | 0 | 101 | 1101 | 10101101 | 111001 | 1000101 |
Color Harmonies of #84DDD3
Complementary color
Monochromatic Colors of #84DDD3
Black with #84DDD3
Text Example
Text Example
White with #84DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDD3; }
p { color: rgb(132,221,211); }
H1.HeaderClassName
{
color: #84DDD3;
}
.AnyTagClassName
{
color: #84DDD3;
}
</style>
background-color css
<style>
a { background-color: #84DDD3; }
a { background-color: rgb(132,221,211); }
div.DivClassName
{
background-color: #84DDD3;
}
.BgClassName
{
background-color: #84DDD3;
}
</style>
border-color css
<style>
span { border-color: #84DDD3; }
span { border-color: rgb(132,221,211); }
td.TdClassName
{
border-color: #84DDD3;
}
.TagClassName
{
border-color: #84DDD3;
}
</style>