Shades of Riptide #8FECCC
Tints of Riptide #8FECCC
RGB
CMYK
RGB Variations
Color information
#8FECCC (or 0x8FECCC) is known color: Riptide. HEX triplet: 8F, EC and CC. RGB value is (143,236,204). Sum of RGB (Red+Green+Blue) = 143+236+204=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECCC is #701333. Grayscale: #CCCCCC. Windows color (decimal): -7344948 or 13429903. OLE color: 13429903.
HSL color Cylindrical-coordinate representation of color #8FECCC: hue angle of 159.35º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECCC is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 143 | 236 | 204 | - |
CMYK | 0.39 | 0 | 0.14 | 0.07 |
HSL | 159.35º | 0.71% | 0.74% | - |
HSV(B) | 159.35º | 0.39% | 0.93% | - |
XYZ | 52.22 | 70.19 | 67.92 | - |
YUV | 204.55 | 127.69 | 84.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 236 | 204 | 0.39 | 0 | 0.14 | 0.07 | 159.35 | 0.71 | 0.74 |
Hex | 8F | EC | CC | 27 | 0 | E | 7 | 9F | 47 | 4A |
Octal | 217 | 354 | 314 | 47 | 0 | 16 | 7 | 237 | 107 | 112 |
Binary | 10001111 | 11101100 | 11001100 | 100111 | 0 | 1110 | 111 | 10011111 | 1000111 | 1001010 |
Color Harmonies of #8FECCC
Complementary color
Monochromatic Colors of #8FECCC
Black with #8FECCC
Text Example
Text Example
White with #8FECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECCC; }
p { color: rgb(143,236,204); }
H1.HeaderClassName
{
color: #8FECCC;
}
.AnyTagClassName
{
color: #8FECCC;
}
</style>
background-color css
<style>
a { background-color: #8FECCC; }
a { background-color: rgb(143,236,204); }
div.DivClassName
{
background-color: #8FECCC;
}
.BgClassName
{
background-color: #8FECCC;
}
</style>
border-color css
<style>
span { border-color: #8FECCC; }
span { border-color: rgb(143,236,204); }
td.TdClassName
{
border-color: #8FECCC;
}
.TagClassName
{
border-color: #8FECCC;
}
</style>