Shades of Riptide #8FEDD4
Tints of Riptide #8FEDD4
RGB
CMYK
RGB Variations
Color information
#8FEDD4 (or 0x8FEDD4) is known color: Riptide. HEX triplet: 8F, ED and D4. RGB value is (143,237,212). Sum of RGB (Red+Green+Blue) = 143+237+212=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDD4 is #70122B. Grayscale: #CECECE. Windows color (decimal): -7344684 or 13954447. OLE color: 13954447.
HSL color Cylindrical-coordinate representation of color #8FEDD4: hue angle of 164.04º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDD4 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 212 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.07 |
| HSL | 164.04º | 0.72% | 0.75% | - |
| HSV(B) | 164.04º | 0.4% | 0.93% | - |
| XYZ | 53.5 | 71.16 | 73.2 | - |
| YUV | 206.04 | 131.36 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 212 | 0.40 | 0 | 0.11 | 0.07 | 164.04 | 0.72 | 0.75 |
| Hex | 8F | ED | D4 | 28 | 0 | B | 7 | A4 | 48 | 4B |
| Octal | 217 | 355 | 324 | 50 | 0 | 13 | 7 | 244 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11010100 | 101000 | 0 | 1011 | 111 | 10100100 | 1001000 | 1001011 |
Color Harmonies of #8FEDD4
Complementary color
Monochromatic Colors of #8FEDD4
Black with #8FEDD4
Text Example
Text Example
White with #8FEDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDD4; }
p { color: rgb(143,237,212); }
H1.HeaderClassName
{
color: #8FEDD4;
}
.AnyTagClassName
{
color: #8FEDD4;
}
</style>
background-color css
<style>
a { background-color: #8FEDD4; }
a { background-color: rgb(143,237,212); }
div.DivClassName
{
background-color: #8FEDD4;
}
.BgClassName
{
background-color: #8FEDD4;
}
</style>
border-color css
<style>
span { border-color: #8FEDD4; }
span { border-color: rgb(143,237,212); }
td.TdClassName
{
border-color: #8FEDD4;
}
.TagClassName
{
border-color: #8FEDD4;
}
</style>