Shades of Riptide #8CDDCB
Tints of Riptide #8CDDCB
RGB
CMYK
RGB Variations
Color information
#8CDDCB (or 0x8CDDCB) is known color: Riptide. HEX triplet: 8C, DD and CB. RGB value is (140,221,203). Sum of RGB (Red+Green+Blue) = 140+221+203=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDCB is #732234. Grayscale: #C2C2C2. Windows color (decimal): -7545397 or 13360524. OLE color: 13360524.
HSL color Cylindrical-coordinate representation of color #8CDDCB: hue angle of 166.67º 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 #8CDDCB is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 203 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.13 |
| HSL | 166.67º | 0.54% | 0.71% | - |
| HSV(B) | 166.67º | 0.37% | 0.87% | - |
| XYZ | 47.45 | 61.6 | 65.89 | - |
| YUV | 194.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 203 | 0.37 | 0 | 0.08 | 0.13 | 166.67 | 0.54 | 0.71 |
| Hex | 8C | DD | CB | 25 | 0 | 8 | D | A7 | 36 | 47 |
| Octal | 214 | 335 | 313 | 45 | 0 | 10 | 15 | 247 | 66 | 107 |
| Binary | 10001100 | 11011101 | 11001011 | 100101 | 0 | 1000 | 1101 | 10100111 | 110110 | 1000111 |
Color Harmonies of #8CDDCB
Complementary color
Monochromatic Colors of #8CDDCB
Black with #8CDDCB
Text Example
Text Example
White with #8CDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDCB; }
p { color: rgb(140,221,203); }
H1.HeaderClassName
{
color: #8CDDCB;
}
.AnyTagClassName
{
color: #8CDDCB;
}
</style>
background-color css
<style>
a { background-color: #8CDDCB; }
a { background-color: rgb(140,221,203); }
div.DivClassName
{
background-color: #8CDDCB;
}
.BgClassName
{
background-color: #8CDDCB;
}
</style>
border-color css
<style>
span { border-color: #8CDDCB; }
span { border-color: rgb(140,221,203); }
td.TdClassName
{
border-color: #8CDDCB;
}
.TagClassName
{
border-color: #8CDDCB;
}
</style>