Shades of Riptide #8CDDC1
Tints of Riptide #8CDDC1
RGB
CMYK
RGB Variations
Color information
#8CDDC1 (or 0x8CDDC1) is known color: Riptide. HEX triplet: 8C, DD and C1. RGB value is (140,221,193). Sum of RGB (Red+Green+Blue) = 140+221+193=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDC1 is #73223E. Grayscale: #C1C1C1. Windows color (decimal): -7545407 or 12705164. OLE color: 12705164.
HSL color Cylindrical-coordinate representation of color #8CDDC1: hue angle of 159.26º 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 #8CDDC1 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 193 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.13 |
| HSL | 159.26º | 0.54% | 0.71% | - |
| HSV(B) | 159.26º | 0.37% | 0.87% | - |
| XYZ | 46.3 | 61.14 | 59.81 | - |
| YUV | 193.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 193 | 0.37 | 0 | 0.13 | 0.13 | 159.26 | 0.54 | 0.71 |
| Hex | 8C | DD | C1 | 25 | 0 | D | D | 9F | 36 | 47 |
| Octal | 214 | 335 | 301 | 45 | 0 | 15 | 15 | 237 | 66 | 107 |
| Binary | 10001100 | 11011101 | 11000001 | 100101 | 0 | 1101 | 1101 | 10011111 | 110110 | 1000111 |
Color Harmonies of #8CDDC1
Complementary color
Monochromatic Colors of #8CDDC1
Black with #8CDDC1
Text Example
Text Example
White with #8CDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDC1; }
p { color: rgb(140,221,193); }
H1.HeaderClassName
{
color: #8CDDC1;
}
.AnyTagClassName
{
color: #8CDDC1;
}
</style>
background-color css
<style>
a { background-color: #8CDDC1; }
a { background-color: rgb(140,221,193); }
div.DivClassName
{
background-color: #8CDDC1;
}
.BgClassName
{
background-color: #8CDDC1;
}
</style>
border-color css
<style>
span { border-color: #8CDDC1; }
span { border-color: rgb(140,221,193); }
td.TdClassName
{
border-color: #8CDDC1;
}
.TagClassName
{
border-color: #8CDDC1;
}
</style>