Shades of Riptide #8FDDC2
Tints of Riptide #8FDDC2
RGB
CMYK
RGB Variations
Color information
#8FDDC2 (or 0x8FDDC2) is known color: Riptide. HEX triplet: 8F, DD and C2. RGB value is (143,221,194). Sum of RGB (Red+Green+Blue) = 143+221+194=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDC2 is #70223D. Grayscale: #C2C2C2. Windows color (decimal): -7348798 or 12770703. OLE color: 12770703.
HSL color Cylindrical-coordinate representation of color #8FDDC2: hue angle of 159.23º 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 #8FDDC2 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 194 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.13 |
| HSL | 159.23º | 0.53% | 0.71% | - |
| HSV(B) | 159.23º | 0.35% | 0.87% | - |
| XYZ | 46.92 | 61.45 | 60.43 | - |
| YUV | 194.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 194 | 0.35 | 0 | 0.12 | 0.13 | 159.23 | 0.53 | 0.71 |
| Hex | 8F | DD | C2 | 23 | 0 | C | D | 9F | 35 | 47 |
| Octal | 217 | 335 | 302 | 43 | 0 | 14 | 15 | 237 | 65 | 107 |
| Binary | 10001111 | 11011101 | 11000010 | 100011 | 0 | 1100 | 1101 | 10011111 | 110101 | 1000111 |
Color Harmonies of #8FDDC2
Complementary color
Monochromatic Colors of #8FDDC2
Black with #8FDDC2
Text Example
Text Example
White with #8FDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDC2; }
p { color: rgb(143,221,194); }
H1.HeaderClassName
{
color: #8FDDC2;
}
.AnyTagClassName
{
color: #8FDDC2;
}
</style>
background-color css
<style>
a { background-color: #8FDDC2; }
a { background-color: rgb(143,221,194); }
div.DivClassName
{
background-color: #8FDDC2;
}
.BgClassName
{
background-color: #8FDDC2;
}
</style>
border-color css
<style>
span { border-color: #8FDDC2; }
span { border-color: rgb(143,221,194); }
td.TdClassName
{
border-color: #8FDDC2;
}
.TagClassName
{
border-color: #8FDDC2;
}
</style>