Shades of Riptide #8CDCD2
Tints of Riptide #8CDCD2
RGB
CMYK
RGB Variations
Color information
#8CDCD2 (or 0x8CDCD2) is known color: Riptide. HEX triplet: 8C, DC and D2. RGB value is (140,220,210). Sum of RGB (Red+Green+Blue) = 140+220+210=570 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.56% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCD2 is #73232D. Grayscale: #C2C2C2. Windows color (decimal): -7545646 or 13819020. OLE color: 13819020.
HSL color Cylindrical-coordinate representation of color #8CDCD2: hue angle of 172.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDCD2 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 210 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.14 |
| HSL | 172.5º | 0.53% | 0.71% | - |
| HSV(B) | 172.5º | 0.36% | 0.86% | - |
| XYZ | 48.04 | 61.41 | 70.3 | - |
| YUV | 194.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 210 | 0.36 | 0 | 0.05 | 0.14 | 172.5 | 0.53 | 0.71 |
| Hex | 8C | DC | D2 | 24 | 0 | 5 | E | AC | 35 | 47 |
| Octal | 214 | 334 | 322 | 44 | 0 | 5 | 16 | 254 | 65 | 107 |
| Binary | 10001100 | 11011100 | 11010010 | 100100 | 0 | 101 | 1110 | 10101100 | 110101 | 1000111 |
Color Harmonies of #8CDCD2
Complementary color
Monochromatic Colors of #8CDCD2
Black with #8CDCD2
Text Example
Text Example
White with #8CDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDCD2; }
p { color: rgb(140,220,210); }
H1.HeaderClassName
{
color: #8CDCD2;
}
.AnyTagClassName
{
color: #8CDCD2;
}
</style>
background-color css
<style>
a { background-color: #8CDCD2; }
a { background-color: rgb(140,220,210); }
div.DivClassName
{
background-color: #8CDCD2;
}
.BgClassName
{
background-color: #8CDCD2;
}
</style>
border-color css
<style>
span { border-color: #8CDCD2; }
span { border-color: rgb(140,220,210); }
td.TdClassName
{
border-color: #8CDCD2;
}
.TagClassName
{
border-color: #8CDCD2;
}
</style>