Shades of Riptide #8FE0CD
Tints of Riptide #8FE0CD
RGB
CMYK
RGB Variations
Color information
#8FE0CD (or 0x8FE0CD) is known color: Riptide. HEX triplet: 8F, E0 and CD. RGB value is (143,224,205). Sum of RGB (Red+Green+Blue) = 143+224+205=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE0CD is #701F32. Grayscale: #C5C5C5. Windows color (decimal): -7348019 or 13492367. OLE color: 13492367.
HSL color Cylindrical-coordinate representation of color #8FE0CD: hue angle of 165.93º 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 #8FE0CD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 205 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.12 |
| HSL | 165.93º | 0.57% | 0.72% | - |
| HSV(B) | 165.93º | 0.36% | 0.88% | - |
| XYZ | 49 | 63.56 | 67.44 | - |
| YUV | 197.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 205 | 0.36 | 0 | 0.08 | 0.12 | 165.93 | 0.57 | 0.72 |
| Hex | 8F | E0 | CD | 24 | 0 | 8 | C | A6 | 39 | 48 |
| Octal | 217 | 340 | 315 | 44 | 0 | 10 | 14 | 246 | 71 | 110 |
| Binary | 10001111 | 11100000 | 11001101 | 100100 | 0 | 1000 | 1100 | 10100110 | 111001 | 1001000 |
Color Harmonies of #8FE0CD
Complementary color
Monochromatic Colors of #8FE0CD
Black with #8FE0CD
Text Example
Text Example
White with #8FE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0CD; }
p { color: rgb(143,224,205); }
H1.HeaderClassName
{
color: #8FE0CD;
}
.AnyTagClassName
{
color: #8FE0CD;
}
</style>
background-color css
<style>
a { background-color: #8FE0CD; }
a { background-color: rgb(143,224,205); }
div.DivClassName
{
background-color: #8FE0CD;
}
.BgClassName
{
background-color: #8FE0CD;
}
</style>
border-color css
<style>
span { border-color: #8FE0CD; }
span { border-color: rgb(143,224,205); }
td.TdClassName
{
border-color: #8FE0CD;
}
.TagClassName
{
border-color: #8FE0CD;
}
</style>