Shades of Riptide #8CD9D1
Tints of Riptide #8CD9D1
RGB
CMYK
RGB Variations
Color information
#8CD9D1 (or 0x8CD9D1) is known color: Riptide. HEX triplet: 8C, D9 and D1. RGB value is (140,217,209). Sum of RGB (Red+Green+Blue) = 140+217+209=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD9D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD9D1 is #73262E. Grayscale: #C1C1C1. Windows color (decimal): -7546415 or 13752716. OLE color: 13752716.
HSL color Cylindrical-coordinate representation of color #8CD9D1: hue angle of 173.77º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD9D1 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 217 | 209 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.15 |
| HSL | 173.77º | 0.5% | 0.7% | - |
| HSV(B) | 173.77º | 0.35% | 0.85% | - |
| XYZ | 47.14 | 59.8 | 69.38 | - |
| YUV | 193.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 217 | 209 | 0.35 | 0 | 0.04 | 0.15 | 173.77 | 0.5 | 0.7 |
| Hex | 8C | D9 | D1 | 23 | 0 | 4 | F | AE | 32 | 46 |
| Octal | 214 | 331 | 321 | 43 | 0 | 4 | 17 | 256 | 62 | 106 |
| Binary | 10001100 | 11011001 | 11010001 | 100011 | 0 | 100 | 1111 | 10101110 | 110010 | 1000110 |
Color Harmonies of #8CD9D1
Complementary color
Monochromatic Colors of #8CD9D1
Black with #8CD9D1
Text Example
Text Example
White with #8CD9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD9D1; }
p { color: rgb(140,217,209); }
H1.HeaderClassName
{
color: #8CD9D1;
}
.AnyTagClassName
{
color: #8CD9D1;
}
</style>
background-color css
<style>
a { background-color: #8CD9D1; }
a { background-color: rgb(140,217,209); }
div.DivClassName
{
background-color: #8CD9D1;
}
.BgClassName
{
background-color: #8CD9D1;
}
</style>
border-color css
<style>
span { border-color: #8CD9D1; }
span { border-color: rgb(140,217,209); }
td.TdClassName
{
border-color: #8CD9D1;
}
.TagClassName
{
border-color: #8CD9D1;
}
</style>