Shades of Riptide #84CFCC
Tints of Riptide #84CFCC
RGB
CMYK
RGB Variations
Color information
#84CFCC (or 0x84CFCC) is known color: Riptide. HEX triplet: 84, CF and CC. RGB value is (132,207,204). Sum of RGB (Red+Green+Blue) = 132+207+204=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #84CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFCC is #7B3033. Grayscale: #B8B8B8. Windows color (decimal): -8073268 or 13422468. OLE color: 13422468.
HSL color Cylindrical-coordinate representation of color #84CFCC: hue angle of 177.6º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CFCC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 204 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.19 |
| HSL | 177.6º | 0.44% | 0.66% | - |
| HSV(B) | 177.6º | 0.36% | 0.81% | - |
| XYZ | 42.73 | 53.89 | 65.28 | - |
| YUV | 184.23 | 139.15 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 204 | 0.36 | 0 | 0.01 | 0.19 | 177.6 | 0.44 | 0.66 |
| Hex | 84 | CF | CC | 24 | 0 | 1 | 13 | B2 | 2C | 42 |
| Octal | 204 | 317 | 314 | 44 | 0 | 1 | 23 | 262 | 54 | 102 |
| Binary | 10000100 | 11001111 | 11001100 | 100100 | 0 | 1 | 10011 | 10110010 | 101100 | 1000010 |
Color Harmonies of #84CFCC
Complementary color
Monochromatic Colors of #84CFCC
Black with #84CFCC
Text Example
Text Example
White with #84CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFCC; }
p { color: rgb(132,207,204); }
H1.HeaderClassName
{
color: #84CFCC;
}
.AnyTagClassName
{
color: #84CFCC;
}
</style>
background-color css
<style>
a { background-color: #84CFCC; }
a { background-color: rgb(132,207,204); }
div.DivClassName
{
background-color: #84CFCC;
}
.BgClassName
{
background-color: #84CFCC;
}
</style>
border-color css
<style>
span { border-color: #84CFCC; }
span { border-color: rgb(132,207,204); }
td.TdClassName
{
border-color: #84CFCC;
}
.TagClassName
{
border-color: #84CFCC;
}
</style>