Shades of Riptide #8FDFCA
Tints of Riptide #8FDFCA
RGB
CMYK
RGB Variations
Color information
#8FDFCA (or 0x8FDFCA) is known color: Riptide. HEX triplet: 8F, DF and CA. RGB value is (143,223,202). Sum of RGB (Red+Green+Blue) = 143+223+202=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDFCA is #702035. Grayscale: #C4C4C4. Windows color (decimal): -7348278 or 13295503. OLE color: 13295503.
HSL color Cylindrical-coordinate representation of color #8FDFCA: hue angle of 164.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFCA is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 202 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.13 |
| HSL | 164.25º | 0.56% | 0.72% | - |
| HSV(B) | 164.25º | 0.36% | 0.87% | - |
| XYZ | 48.38 | 62.88 | 65.46 | - |
| YUV | 196.69 | 131 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 202 | 0.36 | 0 | 0.09 | 0.13 | 164.25 | 0.56 | 0.72 |
| Hex | 8F | DF | CA | 24 | 0 | 9 | D | A4 | 38 | 48 |
| Octal | 217 | 337 | 312 | 44 | 0 | 11 | 15 | 244 | 70 | 110 |
| Binary | 10001111 | 11011111 | 11001010 | 100100 | 0 | 1001 | 1101 | 10100100 | 111000 | 1001000 |
Color Harmonies of #8FDFCA
Complementary color
Monochromatic Colors of #8FDFCA
Black with #8FDFCA
Text Example
Text Example
White with #8FDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFCA; }
p { color: rgb(143,223,202); }
H1.HeaderClassName
{
color: #8FDFCA;
}
.AnyTagClassName
{
color: #8FDFCA;
}
</style>
background-color css
<style>
a { background-color: #8FDFCA; }
a { background-color: rgb(143,223,202); }
div.DivClassName
{
background-color: #8FDFCA;
}
.BgClassName
{
background-color: #8FDFCA;
}
</style>
border-color css
<style>
span { border-color: #8FDFCA; }
span { border-color: rgb(143,223,202); }
td.TdClassName
{
border-color: #8FDFCA;
}
.TagClassName
{
border-color: #8FDFCA;
}
</style>