Shades of Riptide #8DDCD3
Tints of Riptide #8DDCD3
RGB
CMYK
RGB Variations
Color information
#8DDCD3 (or 0x8DDCD3) is known color: Riptide. HEX triplet: 8D, DC and D3. RGB value is (141,220,211). Sum of RGB (Red+Green+Blue) = 141+220+211=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDCD3 is #72232C. Grayscale: #C3C3C3. Windows color (decimal): -7480109 or 13884557. OLE color: 13884557.
HSL color Cylindrical-coordinate representation of color #8DDCD3: hue angle of 173.16º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDCD3 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 211 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.14 |
| HSL | 173.16º | 0.53% | 0.71% | - |
| HSV(B) | 173.16º | 0.36% | 0.86% | - |
| XYZ | 48.34 | 61.55 | 70.96 | - |
| YUV | 195.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 211 | 0.36 | 0 | 0.04 | 0.14 | 173.16 | 0.53 | 0.71 |
| Hex | 8D | DC | D3 | 24 | 0 | 4 | E | AD | 35 | 47 |
| Octal | 215 | 334 | 323 | 44 | 0 | 4 | 16 | 255 | 65 | 107 |
| Binary | 10001101 | 11011100 | 11010011 | 100100 | 0 | 100 | 1110 | 10101101 | 110101 | 1000111 |
Color Harmonies of #8DDCD3
Complementary color
Monochromatic Colors of #8DDCD3
Black with #8DDCD3
Text Example
Text Example
White with #8DDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDCD3; }
p { color: rgb(141,220,211); }
H1.HeaderClassName
{
color: #8DDCD3;
}
.AnyTagClassName
{
color: #8DDCD3;
}
</style>
background-color css
<style>
a { background-color: #8DDCD3; }
a { background-color: rgb(141,220,211); }
div.DivClassName
{
background-color: #8DDCD3;
}
.BgClassName
{
background-color: #8DDCD3;
}
</style>
border-color css
<style>
span { border-color: #8DDCD3; }
span { border-color: rgb(141,220,211); }
td.TdClassName
{
border-color: #8DDCD3;
}
.TagClassName
{
border-color: #8DDCD3;
}
</style>