Shades of Riptide #8CE4DD
Tints of Riptide #8CE4DD
RGB
CMYK
RGB Variations
Color information
#8CE4DD (or 0x8CE4DD) is known color: Riptide. HEX triplet: 8C, E4 and DD. RGB value is (140,228,221). Sum of RGB (Red+Green+Blue) = 140+228+221=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE4DD is #731B22. Grayscale: #C8C8C8. Windows color (decimal): -7543587 or 14541964. OLE color: 14541964.
HSL color Cylindrical-coordinate representation of color #8CE4DD: hue angle of 175.23º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE4DD is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 221 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.11 |
| HSL | 175.23º | 0.62% | 0.72% | - |
| HSV(B) | 175.23º | 0.39% | 0.89% | - |
| XYZ | 51.61 | 66.28 | 78.48 | - |
| YUV | 200.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 221 | 0.39 | 0 | 0.03 | 0.11 | 175.23 | 0.62 | 0.72 |
| Hex | 8C | E4 | DD | 27 | 0 | 3 | B | AF | 3E | 48 |
| Octal | 214 | 344 | 335 | 47 | 0 | 3 | 13 | 257 | 76 | 110 |
| Binary | 10001100 | 11100100 | 11011101 | 100111 | 0 | 11 | 1011 | 10101111 | 111110 | 1001000 |
Color Harmonies of #8CE4DD
Complementary color
Monochromatic Colors of #8CE4DD
Black with #8CE4DD
Text Example
Text Example
White with #8CE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE4DD; }
p { color: rgb(140,228,221); }
H1.HeaderClassName
{
color: #8CE4DD;
}
.AnyTagClassName
{
color: #8CE4DD;
}
</style>
background-color css
<style>
a { background-color: #8CE4DD; }
a { background-color: rgb(140,228,221); }
div.DivClassName
{
background-color: #8CE4DD;
}
.BgClassName
{
background-color: #8CE4DD;
}
</style>
border-color css
<style>
span { border-color: #8CE4DD; }
span { border-color: rgb(140,228,221); }
td.TdClassName
{
border-color: #8CE4DD;
}
.TagClassName
{
border-color: #8CE4DD;
}
</style>