Shades of Riptide #8FDDD2
Tints of Riptide #8FDDD2
RGB
CMYK
RGB Variations
Color information
#8FDDD2 (or 0x8FDDD2) is known color: Riptide. HEX triplet: 8F, DD and D2. RGB value is (143,221,210). Sum of RGB (Red+Green+Blue) = 143+221+210=574 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.91% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDD2 is #70222D. Grayscale: #C4C4C4. Windows color (decimal): -7348782 or 13819279. OLE color: 13819279.
HSL color Cylindrical-coordinate representation of color #8FDDD2: hue angle of 171.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDD2 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 210 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.13 |
| HSL | 171.54º | 0.53% | 0.71% | - |
| HSV(B) | 171.54º | 0.35% | 0.87% | - |
| XYZ | 48.82 | 62.21 | 70.41 | - |
| YUV | 196.42 | 135.66 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 210 | 0.35 | 0 | 0.05 | 0.13 | 171.54 | 0.53 | 0.71 |
| Hex | 8F | DD | D2 | 23 | 0 | 5 | D | AC | 35 | 47 |
| Octal | 217 | 335 | 322 | 43 | 0 | 5 | 15 | 254 | 65 | 107 |
| Binary | 10001111 | 11011101 | 11010010 | 100011 | 0 | 101 | 1101 | 10101100 | 110101 | 1000111 |
Color Harmonies of #8FDDD2
Complementary color
Monochromatic Colors of #8FDDD2
Black with #8FDDD2
Text Example
Text Example
White with #8FDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDD2; }
p { color: rgb(143,221,210); }
H1.HeaderClassName
{
color: #8FDDD2;
}
.AnyTagClassName
{
color: #8FDDD2;
}
</style>
background-color css
<style>
a { background-color: #8FDDD2; }
a { background-color: rgb(143,221,210); }
div.DivClassName
{
background-color: #8FDDD2;
}
.BgClassName
{
background-color: #8FDDD2;
}
</style>
border-color css
<style>
span { border-color: #8FDDD2; }
span { border-color: rgb(143,221,210); }
td.TdClassName
{
border-color: #8FDDD2;
}
.TagClassName
{
border-color: #8FDDD2;
}
</style>