Shades of Riptide #8CDDC0
Tints of Riptide #8CDDC0
RGB
CMYK
RGB Variations
Color information
#8CDDC0 (or 0x8CDDC0) is known color: Riptide. HEX triplet: 8C, DD and C0. RGB value is (140,221,192). Sum of RGB (Red+Green+Blue) = 140+221+192=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDC0 is #73223F. Grayscale: #C1C1C1. Windows color (decimal): -7545408 or 12639628. OLE color: 12639628.
HSL color Cylindrical-coordinate representation of color #8CDDC0: hue angle of 158.52º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDC0 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 192 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.13 |
| HSL | 158.52º | 0.54% | 0.71% | - |
| HSV(B) | 158.52º | 0.37% | 0.87% | - |
| XYZ | 46.19 | 61.09 | 59.23 | - |
| YUV | 193.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 192 | 0.37 | 0 | 0.13 | 0.13 | 158.52 | 0.54 | 0.71 |
| Hex | 8C | DD | C0 | 25 | 0 | D | D | 9F | 36 | 47 |
| Octal | 214 | 335 | 300 | 45 | 0 | 15 | 15 | 237 | 66 | 107 |
| Binary | 10001100 | 11011101 | 11000000 | 100101 | 0 | 1101 | 1101 | 10011111 | 110110 | 1000111 |
Color Harmonies of #8CDDC0
Complementary color
Monochromatic Colors of #8CDDC0
Black with #8CDDC0
Text Example
Text Example
White with #8CDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDC0; }
p { color: rgb(140,221,192); }
H1.HeaderClassName
{
color: #8CDDC0;
}
.AnyTagClassName
{
color: #8CDDC0;
}
</style>
background-color css
<style>
a { background-color: #8CDDC0; }
a { background-color: rgb(140,221,192); }
div.DivClassName
{
background-color: #8CDDC0;
}
.BgClassName
{
background-color: #8CDDC0;
}
</style>
border-color css
<style>
span { border-color: #8CDDC0; }
span { border-color: rgb(140,221,192); }
td.TdClassName
{
border-color: #8CDDC0;
}
.TagClassName
{
border-color: #8CDDC0;
}
</style>