Shades of Riptide #8FDED3
Tints of Riptide #8FDED3
RGB
CMYK
RGB Variations
Color information
#8FDED3 (or 0x8FDED3) is known color: Riptide. HEX triplet: 8F, DE and D3. RGB value is (143,222,211). Sum of RGB (Red+Green+Blue) = 143+222+211=576 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.83% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDED3 is #70212C. Grayscale: #C5C5C5. Windows color (decimal): -7348525 or 13885071. OLE color: 13885071.
HSL color Cylindrical-coordinate representation of color #8FDED3: hue angle of 171.65º degrees, saturation: 0.54, 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 #8FDED3 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 211 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.13 |
| HSL | 171.65º | 0.54% | 0.72% | - |
| HSV(B) | 171.65º | 0.36% | 0.87% | - |
| XYZ | 49.21 | 62.79 | 71.15 | - |
| YUV | 197.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 211 | 0.36 | 0 | 0.05 | 0.13 | 171.65 | 0.54 | 0.72 |
| Hex | 8F | DE | D3 | 24 | 0 | 5 | D | AC | 36 | 48 |
| Octal | 217 | 336 | 323 | 44 | 0 | 5 | 15 | 254 | 66 | 110 |
| Binary | 10001111 | 11011110 | 11010011 | 100100 | 0 | 101 | 1101 | 10101100 | 110110 | 1001000 |
Color Harmonies of #8FDED3
Complementary color
Monochromatic Colors of #8FDED3
Black with #8FDED3
Text Example
Text Example
White with #8FDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDED3; }
p { color: rgb(143,222,211); }
H1.HeaderClassName
{
color: #8FDED3;
}
.AnyTagClassName
{
color: #8FDED3;
}
</style>
background-color css
<style>
a { background-color: #8FDED3; }
a { background-color: rgb(143,222,211); }
div.DivClassName
{
background-color: #8FDED3;
}
.BgClassName
{
background-color: #8FDED3;
}
</style>
border-color css
<style>
span { border-color: #8FDED3; }
span { border-color: rgb(143,222,211); }
td.TdClassName
{
border-color: #8FDED3;
}
.TagClassName
{
border-color: #8FDED3;
}
</style>