Shades of Riptide #8FCECA
Tints of Riptide #8FCECA
RGB
CMYK
RGB Variations
Color information
#8FCECA (or 0x8FCECA) is known color: Riptide. HEX triplet: 8F, CE and CA. RGB value is (143,206,202). Sum of RGB (Red+Green+Blue) = 143+206+202=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCECA is #703135. Grayscale: #BABABA. Windows color (decimal): -7352630 or 13291151. OLE color: 13291151.
HSL color Cylindrical-coordinate representation of color #8FCECA: hue angle of 176.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCECA is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 202 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.19 |
| HSL | 176.19º | 0.39% | 0.68% | - |
| HSV(B) | 176.19º | 0.31% | 0.81% | - |
| XYZ | 44.06 | 54.25 | 64.03 | - |
| YUV | 186.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 202 | 0.31 | 0 | 0.02 | 0.19 | 176.19 | 0.39 | 0.68 |
| Hex | 8F | CE | CA | 1F | 0 | 2 | 13 | B0 | 27 | 44 |
| Octal | 217 | 316 | 312 | 37 | 0 | 2 | 23 | 260 | 47 | 104 |
| Binary | 10001111 | 11001110 | 11001010 | 11111 | 0 | 10 | 10011 | 10110000 | 100111 | 1000100 |
Color Harmonies of #8FCECA
Complementary color
Monochromatic Colors of #8FCECA
Black with #8FCECA
Text Example
Text Example
White with #8FCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCECA; }
p { color: rgb(143,206,202); }
H1.HeaderClassName
{
color: #8FCECA;
}
.AnyTagClassName
{
color: #8FCECA;
}
</style>
background-color css
<style>
a { background-color: #8FCECA; }
a { background-color: rgb(143,206,202); }
div.DivClassName
{
background-color: #8FCECA;
}
.BgClassName
{
background-color: #8FCECA;
}
</style>
border-color css
<style>
span { border-color: #8FCECA; }
span { border-color: rgb(143,206,202); }
td.TdClassName
{
border-color: #8FCECA;
}
.TagClassName
{
border-color: #8FCECA;
}
</style>