Shades of Riptide #8CDFD5
Tints of Riptide #8CDFD5
RGB
CMYK
RGB Variations
Color information
#8CDFD5 (or 0x8CDFD5) is known color: Riptide. HEX triplet: 8C, DF and D5. RGB value is (140,223,213). Sum of RGB (Red+Green+Blue) = 140+223+213=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFD5 is #73202A. Grayscale: #C5C5C5. Windows color (decimal): -7544875 or 14016396. OLE color: 14016396.
HSL color Cylindrical-coordinate representation of color #8CDFD5: hue angle of 172.77º degrees, saturation: 0.56, 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 #8CDFD5 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 213 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.13 |
| HSL | 172.77º | 0.56% | 0.71% | - |
| HSV(B) | 172.77º | 0.37% | 0.87% | - |
| XYZ | 49.21 | 63.15 | 72.55 | - |
| YUV | 197.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 213 | 0.37 | 0 | 0.04 | 0.13 | 172.77 | 0.56 | 0.71 |
| Hex | 8C | DF | D5 | 25 | 0 | 4 | D | AD | 38 | 47 |
| Octal | 214 | 337 | 325 | 45 | 0 | 4 | 15 | 255 | 70 | 107 |
| Binary | 10001100 | 11011111 | 11010101 | 100101 | 0 | 100 | 1101 | 10101101 | 111000 | 1000111 |
Color Harmonies of #8CDFD5
Complementary color
Monochromatic Colors of #8CDFD5
Black with #8CDFD5
Text Example
Text Example
White with #8CDFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFD5; }
p { color: rgb(140,223,213); }
H1.HeaderClassName
{
color: #8CDFD5;
}
.AnyTagClassName
{
color: #8CDFD5;
}
</style>
background-color css
<style>
a { background-color: #8CDFD5; }
a { background-color: rgb(140,223,213); }
div.DivClassName
{
background-color: #8CDFD5;
}
.BgClassName
{
background-color: #8CDFD5;
}
</style>
border-color css
<style>
span { border-color: #8CDFD5; }
span { border-color: rgb(140,223,213); }
td.TdClassName
{
border-color: #8CDFD5;
}
.TagClassName
{
border-color: #8CDFD5;
}
</style>