Shades of Riptide #8FEBCA
Tints of Riptide #8FEBCA
RGB
CMYK
RGB Variations
Color information
#8FEBCA (or 0x8FEBCA) is known color: Riptide. HEX triplet: 8F, EB and CA. RGB value is (143,235,202). Sum of RGB (Red+Green+Blue) = 143+235+202=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBCA is #701435. Grayscale: #CBCBCB. Windows color (decimal): -7345206 or 13298575. OLE color: 13298575.
HSL color Cylindrical-coordinate representation of color #8FEBCA: hue angle of 158.48º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBCA is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 202 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.08 |
| HSL | 158.48º | 0.7% | 0.74% | - |
| HSV(B) | 158.48º | 0.39% | 0.92% | - |
| XYZ | 51.7 | 69.52 | 66.57 | - |
| YUV | 203.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 202 | 0.39 | 0 | 0.14 | 0.08 | 158.48 | 0.7 | 0.74 |
| Hex | 8F | EB | CA | 27 | 0 | E | 8 | 9E | 46 | 4A |
| Octal | 217 | 353 | 312 | 47 | 0 | 16 | 10 | 236 | 106 | 112 |
| Binary | 10001111 | 11101011 | 11001010 | 100111 | 0 | 1110 | 1000 | 10011110 | 1000110 | 1001010 |
Color Harmonies of #8FEBCA
Complementary color
Monochromatic Colors of #8FEBCA
Black with #8FEBCA
Text Example
Text Example
White with #8FEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEBCA; }
p { color: rgb(143,235,202); }
H1.HeaderClassName
{
color: #8FEBCA;
}
.AnyTagClassName
{
color: #8FEBCA;
}
</style>
background-color css
<style>
a { background-color: #8FEBCA; }
a { background-color: rgb(143,235,202); }
div.DivClassName
{
background-color: #8FEBCA;
}
.BgClassName
{
background-color: #8FEBCA;
}
</style>
border-color css
<style>
span { border-color: #8FEBCA; }
span { border-color: rgb(143,235,202); }
td.TdClassName
{
border-color: #8FEBCA;
}
.TagClassName
{
border-color: #8FEBCA;
}
</style>