Shades of Riptide #8CD8D3
Tints of Riptide #8CD8D3
RGB
CMYK
RGB Variations
Color information
#8CD8D3 (or 0x8CD8D3) is known color: Riptide. HEX triplet: 8C, D8 and D3. RGB value is (140,216,211). Sum of RGB (Red+Green+Blue) = 140+216+211=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #8CD8D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD8D3 is #73272C. Grayscale: #C0C0C0. Windows color (decimal): -7546669 or 13883532. OLE color: 13883532.
HSL color Cylindrical-coordinate representation of color #8CD8D3: hue angle of 176.05º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD8D3 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 216 | 211 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.15 |
| HSL | 176.05º | 0.49% | 0.7% | - |
| HSV(B) | 176.05º | 0.35% | 0.85% | - |
| XYZ | 47.13 | 59.39 | 70.61 | - |
| YUV | 192.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 216 | 211 | 0.35 | 0 | 0.02 | 0.15 | 176.05 | 0.49 | 0.7 |
| Hex | 8C | D8 | D3 | 23 | 0 | 2 | F | B0 | 31 | 46 |
| Octal | 214 | 330 | 323 | 43 | 0 | 2 | 17 | 260 | 61 | 106 |
| Binary | 10001100 | 11011000 | 11010011 | 100011 | 0 | 10 | 1111 | 10110000 | 110001 | 1000110 |
Color Harmonies of #8CD8D3
Complementary color
Monochromatic Colors of #8CD8D3
Black with #8CD8D3
Text Example
Text Example
White with #8CD8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD8D3; }
p { color: rgb(140,216,211); }
H1.HeaderClassName
{
color: #8CD8D3;
}
.AnyTagClassName
{
color: #8CD8D3;
}
</style>
background-color css
<style>
a { background-color: #8CD8D3; }
a { background-color: rgb(140,216,211); }
div.DivClassName
{
background-color: #8CD8D3;
}
.BgClassName
{
background-color: #8CD8D3;
}
</style>
border-color css
<style>
span { border-color: #8CD8D3; }
span { border-color: rgb(140,216,211); }
td.TdClassName
{
border-color: #8CD8D3;
}
.TagClassName
{
border-color: #8CD8D3;
}
</style>