Shades of Riptide #8EEDCC
Tints of Riptide #8EEDCC
RGB
CMYK
RGB Variations
Color information
#8EEDCC (or 0x8EEDCC) is known color: Riptide. HEX triplet: 8E, ED and CC. RGB value is (142,237,204). Sum of RGB (Red+Green+Blue) = 142+237+204=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDCC is #711233. Grayscale: #CCCCCC. Windows color (decimal): -7410228 or 13430158. OLE color: 13430158.
HSL color Cylindrical-coordinate representation of color #8EEDCC: hue angle of 159.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDCC is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 204 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.07 |
| HSL | 159.16º | 0.73% | 0.74% | - |
| HSV(B) | 159.16º | 0.4% | 0.93% | - |
| XYZ | 52.34 | 70.68 | 68.01 | - |
| YUV | 204.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 204 | 0.40 | 0 | 0.14 | 0.07 | 159.16 | 0.73 | 0.74 |
| Hex | 8E | ED | CC | 28 | 0 | E | 7 | 9F | 49 | 4A |
| Octal | 216 | 355 | 314 | 50 | 0 | 16 | 7 | 237 | 111 | 112 |
| Binary | 10001110 | 11101101 | 11001100 | 101000 | 0 | 1110 | 111 | 10011111 | 1001001 | 1001010 |
Color Harmonies of #8EEDCC
Complementary color
Monochromatic Colors of #8EEDCC
Black with #8EEDCC
Text Example
Text Example
White with #8EEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEDCC; }
p { color: rgb(142,237,204); }
H1.HeaderClassName
{
color: #8EEDCC;
}
.AnyTagClassName
{
color: #8EEDCC;
}
</style>
background-color css
<style>
a { background-color: #8EEDCC; }
a { background-color: rgb(142,237,204); }
div.DivClassName
{
background-color: #8EEDCC;
}
.BgClassName
{
background-color: #8EEDCC;
}
</style>
border-color css
<style>
span { border-color: #8EEDCC; }
span { border-color: rgb(142,237,204); }
td.TdClassName
{
border-color: #8EEDCC;
}
.TagClassName
{
border-color: #8EEDCC;
}
</style>