Shades of Riptide #8CDDC4
Tints of Riptide #8CDDC4
RGB
CMYK
RGB Variations
Color information
#8CDDC4 (or 0x8CDDC4) is known color: Riptide. HEX triplet: 8C, DD and C4. RGB value is (140,221,196). Sum of RGB (Red+Green+Blue) = 140+221+196=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDC4 is #73223B. Grayscale: #C1C1C1. Windows color (decimal): -7545404 or 12901772. OLE color: 12901772.
HSL color Cylindrical-coordinate representation of color #8CDDC4: hue angle of 161.48º 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 #8CDDC4 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 196 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.13 |
| HSL | 161.48º | 0.54% | 0.71% | - |
| HSV(B) | 161.48º | 0.37% | 0.87% | - |
| XYZ | 46.64 | 61.27 | 61.59 | - |
| YUV | 193.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 196 | 0.37 | 0 | 0.11 | 0.13 | 161.48 | 0.54 | 0.71 |
| Hex | 8C | DD | C4 | 25 | 0 | B | D | A1 | 36 | 47 |
| Octal | 214 | 335 | 304 | 45 | 0 | 13 | 15 | 241 | 66 | 107 |
| Binary | 10001100 | 11011101 | 11000100 | 100101 | 0 | 1011 | 1101 | 10100001 | 110110 | 1000111 |
Color Harmonies of #8CDDC4
Complementary color
Monochromatic Colors of #8CDDC4
Black with #8CDDC4
Text Example
Text Example
White with #8CDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDC4; }
p { color: rgb(140,221,196); }
H1.HeaderClassName
{
color: #8CDDC4;
}
.AnyTagClassName
{
color: #8CDDC4;
}
</style>
background-color css
<style>
a { background-color: #8CDDC4; }
a { background-color: rgb(140,221,196); }
div.DivClassName
{
background-color: #8CDDC4;
}
.BgClassName
{
background-color: #8CDDC4;
}
</style>
border-color css
<style>
span { border-color: #8CDDC4; }
span { border-color: rgb(140,221,196); }
td.TdClassName
{
border-color: #8CDDC4;
}
.TagClassName
{
border-color: #8CDDC4;
}
</style>