Shades of Riptide #8CD3C5
Tints of Riptide #8CD3C5
RGB
CMYK
RGB Variations
Color information
#8CD3C5 (or 0x8CD3C5) is known color: Riptide. HEX triplet: 8C, D3 and C5. RGB value is (140,211,197). Sum of RGB (Red+Green+Blue) = 140+211+197=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD3C5 is #732C3A. Grayscale: #BCBCBC. Windows color (decimal): -7547963 or 12964748. OLE color: 12964748.
HSL color Cylindrical-coordinate representation of color #8CD3C5: hue angle of 168.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD3C5 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 211 | 197 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.17 |
| HSL | 168.17º | 0.45% | 0.69% | - |
| HSV(B) | 168.17º | 0.34% | 0.83% | - |
| XYZ | 44.19 | 56.2 | 61.34 | - |
| YUV | 188.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 211 | 197 | 0.34 | 0 | 0.07 | 0.17 | 168.17 | 0.45 | 0.69 |
| Hex | 8C | D3 | C5 | 22 | 0 | 7 | 11 | A8 | 2D | 45 |
| Octal | 214 | 323 | 305 | 42 | 0 | 7 | 21 | 250 | 55 | 105 |
| Binary | 10001100 | 11010011 | 11000101 | 100010 | 0 | 111 | 10001 | 10101000 | 101101 | 1000101 |
Color Harmonies of #8CD3C5
Complementary color
Monochromatic Colors of #8CD3C5
Black with #8CD3C5
Text Example
Text Example
White with #8CD3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD3C5; }
p { color: rgb(140,211,197); }
H1.HeaderClassName
{
color: #8CD3C5;
}
.AnyTagClassName
{
color: #8CD3C5;
}
</style>
background-color css
<style>
a { background-color: #8CD3C5; }
a { background-color: rgb(140,211,197); }
div.DivClassName
{
background-color: #8CD3C5;
}
.BgClassName
{
background-color: #8CD3C5;
}
</style>
border-color css
<style>
span { border-color: #8CD3C5; }
span { border-color: rgb(140,211,197); }
td.TdClassName
{
border-color: #8CD3C5;
}
.TagClassName
{
border-color: #8CD3C5;
}
</style>