Shades of Riptide #8FDACA
Tints of Riptide #8FDACA
RGB
CMYK
RGB Variations
Color information
#8FDACA (or 0x8FDACA) is known color: Riptide. HEX triplet: 8F, DA and CA. RGB value is (143,218,202). Sum of RGB (Red+Green+Blue) = 143+218+202=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDACA is #702535. Grayscale: #C1C1C1. Windows color (decimal): -7349558 or 13294223. OLE color: 13294223.
HSL color Cylindrical-coordinate representation of color #8FDACA: hue angle of 167.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDACA is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 202 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.15 |
| HSL | 167.2º | 0.5% | 0.71% | - |
| HSV(B) | 167.2º | 0.34% | 0.85% | - |
| XYZ | 47.06 | 60.25 | 65.03 | - |
| YUV | 193.75 | 132.65 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 202 | 0.34 | 0 | 0.07 | 0.15 | 167.2 | 0.5 | 0.71 |
| Hex | 8F | DA | CA | 22 | 0 | 7 | F | A7 | 32 | 47 |
| Octal | 217 | 332 | 312 | 42 | 0 | 7 | 17 | 247 | 62 | 107 |
| Binary | 10001111 | 11011010 | 11001010 | 100010 | 0 | 111 | 1111 | 10100111 | 110010 | 1000111 |
Color Harmonies of #8FDACA
Complementary color
Monochromatic Colors of #8FDACA
Black with #8FDACA
Text Example
Text Example
White with #8FDACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDACA; }
p { color: rgb(143,218,202); }
H1.HeaderClassName
{
color: #8FDACA;
}
.AnyTagClassName
{
color: #8FDACA;
}
</style>
background-color css
<style>
a { background-color: #8FDACA; }
a { background-color: rgb(143,218,202); }
div.DivClassName
{
background-color: #8FDACA;
}
.BgClassName
{
background-color: #8FDACA;
}
</style>
border-color css
<style>
span { border-color: #8FDACA; }
span { border-color: rgb(143,218,202); }
td.TdClassName
{
border-color: #8FDACA;
}
.TagClassName
{
border-color: #8FDACA;
}
</style>