Shades of Riptide #84DDC3
Tints of Riptide #84DDC3
RGB
CMYK
RGB Variations
Color information
#84DDC3 (or 0x84DDC3) is known color: Riptide. HEX triplet: 84, DD and C3. RGB value is (132,221,195). Sum of RGB (Red+Green+Blue) = 132+221+195=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDC3 is #7B223C. Grayscale: #BFBFBF. Windows color (decimal): -8069693 or 12836228. OLE color: 12836228.
HSL color Cylindrical-coordinate representation of color #84DDC3: hue angle of 162.47º 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 #84DDC3 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 195 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.13 |
| HSL | 162.47º | 0.57% | 0.69% | - |
| HSV(B) | 162.47º | 0.4% | 0.87% | - |
| XYZ | 45.22 | 60.56 | 60.94 | - |
| YUV | 191.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 195 | 0.40 | 0 | 0.12 | 0.13 | 162.47 | 0.57 | 0.69 |
| Hex | 84 | DD | C3 | 28 | 0 | C | D | A2 | 39 | 45 |
| Octal | 204 | 335 | 303 | 50 | 0 | 14 | 15 | 242 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11000011 | 101000 | 0 | 1100 | 1101 | 10100010 | 111001 | 1000101 |
Color Harmonies of #84DDC3
Complementary color
Monochromatic Colors of #84DDC3
Black with #84DDC3
Text Example
Text Example
White with #84DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDC3; }
p { color: rgb(132,221,195); }
H1.HeaderClassName
{
color: #84DDC3;
}
.AnyTagClassName
{
color: #84DDC3;
}
</style>
background-color css
<style>
a { background-color: #84DDC3; }
a { background-color: rgb(132,221,195); }
div.DivClassName
{
background-color: #84DDC3;
}
.BgClassName
{
background-color: #84DDC3;
}
</style>
border-color css
<style>
span { border-color: #84DDC3; }
span { border-color: rgb(132,221,195); }
td.TdClassName
{
border-color: #84DDC3;
}
.TagClassName
{
border-color: #84DDC3;
}
</style>