Shades of Riptide #8FD4CC
Tints of Riptide #8FD4CC
RGB
CMYK
RGB Variations
Color information
#8FD4CC (or 0x8FD4CC) is known color: Riptide. HEX triplet: 8F, D4 and CC. RGB value is (143,212,204). Sum of RGB (Red+Green+Blue) = 143+212+204=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD4CC is #702B33. Grayscale: #BEBEBE. Windows color (decimal): -7351092 or 13423759. OLE color: 13423759.
HSL color Cylindrical-coordinate representation of color #8FD4CC: hue angle of 173.04º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD4CC is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 212 | 204 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.17 |
| HSL | 173.04º | 0.45% | 0.7% | - |
| HSV(B) | 173.04º | 0.33% | 0.83% | - |
| XYZ | 45.77 | 57.29 | 65.77 | - |
| YUV | 190.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 204 | 0.33 | 0 | 0.04 | 0.17 | 173.04 | 0.45 | 0.7 |
| Hex | 8F | D4 | CC | 21 | 0 | 4 | 11 | AD | 2D | 46 |
| Octal | 217 | 324 | 314 | 41 | 0 | 4 | 21 | 255 | 55 | 106 |
| Binary | 10001111 | 11010100 | 11001100 | 100001 | 0 | 100 | 10001 | 10101101 | 101101 | 1000110 |
Color Harmonies of #8FD4CC
Complementary color
Monochromatic Colors of #8FD4CC
Black with #8FD4CC
Text Example
Text Example
White with #8FD4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD4CC; }
p { color: rgb(143,212,204); }
H1.HeaderClassName
{
color: #8FD4CC;
}
.AnyTagClassName
{
color: #8FD4CC;
}
</style>
background-color css
<style>
a { background-color: #8FD4CC; }
a { background-color: rgb(143,212,204); }
div.DivClassName
{
background-color: #8FD4CC;
}
.BgClassName
{
background-color: #8FD4CC;
}
</style>
border-color css
<style>
span { border-color: #8FD4CC; }
span { border-color: rgb(143,212,204); }
td.TdClassName
{
border-color: #8FD4CC;
}
.TagClassName
{
border-color: #8FD4CC;
}
</style>