Shades of Riptide #8FE0D0
Tints of Riptide #8FE0D0
RGB
CMYK
RGB Variations
Color information
#8FE0D0 (or 0x8FE0D0) is known color: Riptide. HEX triplet: 8F, E0 and D0. RGB value is (143,224,208). Sum of RGB (Red+Green+Blue) = 143+224+208=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE0D0 is #701F2F. Grayscale: #C5C5C5. Windows color (decimal): -7348016 or 13688975. OLE color: 13688975.
HSL color Cylindrical-coordinate representation of color #8FE0D0: hue angle of 168.15º 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 #8FE0D0 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 208 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.12 |
| HSL | 168.15º | 0.57% | 0.72% | - |
| HSV(B) | 168.15º | 0.36% | 0.88% | - |
| XYZ | 49.37 | 63.71 | 69.37 | - |
| YUV | 197.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 208 | 0.36 | 0 | 0.07 | 0.12 | 168.15 | 0.57 | 0.72 |
| Hex | 8F | E0 | D0 | 24 | 0 | 7 | C | A8 | 39 | 48 |
| Octal | 217 | 340 | 320 | 44 | 0 | 7 | 14 | 250 | 71 | 110 |
| Binary | 10001111 | 11100000 | 11010000 | 100100 | 0 | 111 | 1100 | 10101000 | 111001 | 1001000 |
Color Harmonies of #8FE0D0
Complementary color
Monochromatic Colors of #8FE0D0
Black with #8FE0D0
Text Example
Text Example
White with #8FE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0D0; }
p { color: rgb(143,224,208); }
H1.HeaderClassName
{
color: #8FE0D0;
}
.AnyTagClassName
{
color: #8FE0D0;
}
</style>
background-color css
<style>
a { background-color: #8FE0D0; }
a { background-color: rgb(143,224,208); }
div.DivClassName
{
background-color: #8FE0D0;
}
.BgClassName
{
background-color: #8FE0D0;
}
</style>
border-color css
<style>
span { border-color: #8FE0D0; }
span { border-color: rgb(143,224,208); }
td.TdClassName
{
border-color: #8FE0D0;
}
.TagClassName
{
border-color: #8FE0D0;
}
</style>