Shades of Riptide #8FE0CC
Tints of Riptide #8FE0CC
RGB
CMYK
RGB Variations
Color information
#8FE0CC (or 0x8FE0CC) is known color: Riptide. HEX triplet: 8F, E0 and CC. RGB value is (143,224,204). Sum of RGB (Red+Green+Blue) = 143+224+204=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE0CC is #701F33. Grayscale: #C5C5C5. Windows color (decimal): -7348020 or 13426831. OLE color: 13426831.
HSL color Cylindrical-coordinate representation of color #8FE0CC: hue angle of 165.19º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE0CC is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 204 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.12 |
| HSL | 165.19º | 0.57% | 0.72% | - |
| HSV(B) | 165.19º | 0.36% | 0.88% | - |
| XYZ | 48.88 | 63.51 | 66.81 | - |
| YUV | 197.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 204 | 0.36 | 0 | 0.09 | 0.12 | 165.19 | 0.57 | 0.72 |
| Hex | 8F | E0 | CC | 24 | 0 | 9 | C | A5 | 39 | 48 |
| Octal | 217 | 340 | 314 | 44 | 0 | 11 | 14 | 245 | 71 | 110 |
| Binary | 10001111 | 11100000 | 11001100 | 100100 | 0 | 1001 | 1100 | 10100101 | 111001 | 1001000 |
Color Harmonies of #8FE0CC
Complementary color
Monochromatic Colors of #8FE0CC
Black with #8FE0CC
Text Example
Text Example
White with #8FE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0CC; }
p { color: rgb(143,224,204); }
H1.HeaderClassName
{
color: #8FE0CC;
}
.AnyTagClassName
{
color: #8FE0CC;
}
</style>
background-color css
<style>
a { background-color: #8FE0CC; }
a { background-color: rgb(143,224,204); }
div.DivClassName
{
background-color: #8FE0CC;
}
.BgClassName
{
background-color: #8FE0CC;
}
</style>
border-color css
<style>
span { border-color: #8FE0CC; }
span { border-color: rgb(143,224,204); }
td.TdClassName
{
border-color: #8FE0CC;
}
.TagClassName
{
border-color: #8FE0CC;
}
</style>