Shades of Riptide #8CD7CA
Tints of Riptide #8CD7CA
RGB
CMYK
RGB Variations
Color information
#8CD7CA (or 0x8CD7CA) is known color: Riptide. HEX triplet: 8C, D7 and CA. RGB value is (140,215,202). Sum of RGB (Red+Green+Blue) = 140+215+202=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD7CA is #732835. Grayscale: #BFBFBF. Windows color (decimal): -7546934 or 13293452. OLE color: 13293452.
HSL color Cylindrical-coordinate representation of color #8CD7CA: hue angle of 169.6º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD7CA is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 215 | 202 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.16 |
| HSL | 169.6º | 0.48% | 0.7% | - |
| HSV(B) | 169.6º | 0.35% | 0.84% | - |
| XYZ | 45.78 | 58.44 | 64.74 | - |
| YUV | 191.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 215 | 202 | 0.35 | 0 | 0.06 | 0.16 | 169.6 | 0.48 | 0.7 |
| Hex | 8C | D7 | CA | 23 | 0 | 6 | 10 | AA | 30 | 46 |
| Octal | 214 | 327 | 312 | 43 | 0 | 6 | 20 | 252 | 60 | 106 |
| Binary | 10001100 | 11010111 | 11001010 | 100011 | 0 | 110 | 10000 | 10101010 | 110000 | 1000110 |
Color Harmonies of #8CD7CA
Complementary color
Monochromatic Colors of #8CD7CA
Black with #8CD7CA
Text Example
Text Example
White with #8CD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD7CA; }
p { color: rgb(140,215,202); }
H1.HeaderClassName
{
color: #8CD7CA;
}
.AnyTagClassName
{
color: #8CD7CA;
}
</style>
background-color css
<style>
a { background-color: #8CD7CA; }
a { background-color: rgb(140,215,202); }
div.DivClassName
{
background-color: #8CD7CA;
}
.BgClassName
{
background-color: #8CD7CA;
}
</style>
border-color css
<style>
span { border-color: #8CD7CA; }
span { border-color: rgb(140,215,202); }
td.TdClassName
{
border-color: #8CD7CA;
}
.TagClassName
{
border-color: #8CD7CA;
}
</style>