Shades of Riptide #8CDDBE
Tints of Riptide #8CDDBE
RGB
CMYK
RGB Variations
Color information
#8CDDBE (or 0x8CDDBE) is known color: Riptide. HEX triplet: 8C, DD and BE. RGB value is (140,221,190). Sum of RGB (Red+Green+Blue) = 140+221+190=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDBE is #732241. Grayscale: #C1C1C1. Windows color (decimal): -7545410 or 12508556. OLE color: 12508556.
HSL color Cylindrical-coordinate representation of color #8CDDBE: hue angle of 157.04º 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 #8CDDBE is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 190 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.13 |
| HSL | 157.04º | 0.54% | 0.71% | - |
| HSV(B) | 157.04º | 0.37% | 0.87% | - |
| XYZ | 45.97 | 61.01 | 58.07 | - |
| YUV | 193.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 190 | 0.37 | 0 | 0.14 | 0.13 | 157.04 | 0.54 | 0.71 |
| Hex | 8C | DD | BE | 25 | 0 | E | D | 9D | 36 | 47 |
| Octal | 214 | 335 | 276 | 45 | 0 | 16 | 15 | 235 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10111110 | 100101 | 0 | 1110 | 1101 | 10011101 | 110110 | 1000111 |
Color Harmonies of #8CDDBE
Complementary color
Monochromatic Colors of #8CDDBE
Black with #8CDDBE
Text Example
Text Example
White with #8CDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDBE; }
p { color: rgb(140,221,190); }
H1.HeaderClassName
{
color: #8CDDBE;
}
.AnyTagClassName
{
color: #8CDDBE;
}
</style>
background-color css
<style>
a { background-color: #8CDDBE; }
a { background-color: rgb(140,221,190); }
div.DivClassName
{
background-color: #8CDDBE;
}
.BgClassName
{
background-color: #8CDDBE;
}
</style>
border-color css
<style>
span { border-color: #8CDDBE; }
span { border-color: rgb(140,221,190); }
td.TdClassName
{
border-color: #8CDDBE;
}
.TagClassName
{
border-color: #8CDDBE;
}
</style>