Shades of Riptide #8DCFCA
Tints of Riptide #8DCFCA
RGB
CMYK
RGB Variations
Color information
#8DCFCA (or 0x8DCFCA) is known color: Riptide. HEX triplet: 8D, CF and CA. RGB value is (141,207,202). Sum of RGB (Red+Green+Blue) = 141+207+202=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCFCA is #723035. Grayscale: #BABABA. Windows color (decimal): -7483446 or 13291405. OLE color: 13291405.
HSL color Cylindrical-coordinate representation of color #8DCFCA: hue angle of 175.45º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCFCA is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 202 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.19 |
| HSL | 175.45º | 0.41% | 0.68% | - |
| HSV(B) | 175.45º | 0.32% | 0.81% | - |
| XYZ | 43.96 | 54.55 | 64.09 | - |
| YUV | 186.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 202 | 0.32 | 0 | 0.02 | 0.19 | 175.45 | 0.41 | 0.68 |
| Hex | 8D | CF | CA | 20 | 0 | 2 | 13 | AF | 29 | 44 |
| Octal | 215 | 317 | 312 | 40 | 0 | 2 | 23 | 257 | 51 | 104 |
| Binary | 10001101 | 11001111 | 11001010 | 100000 | 0 | 10 | 10011 | 10101111 | 101001 | 1000100 |
Color Harmonies of #8DCFCA
Complementary color
Monochromatic Colors of #8DCFCA
Black with #8DCFCA
Text Example
Text Example
White with #8DCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFCA; }
p { color: rgb(141,207,202); }
H1.HeaderClassName
{
color: #8DCFCA;
}
.AnyTagClassName
{
color: #8DCFCA;
}
</style>
background-color css
<style>
a { background-color: #8DCFCA; }
a { background-color: rgb(141,207,202); }
div.DivClassName
{
background-color: #8DCFCA;
}
.BgClassName
{
background-color: #8DCFCA;
}
</style>
border-color css
<style>
span { border-color: #8DCFCA; }
span { border-color: rgb(141,207,202); }
td.TdClassName
{
border-color: #8DCFCA;
}
.TagClassName
{
border-color: #8DCFCA;
}
</style>