Shades of Riptide #8CDFD4
Tints of Riptide #8CDFD4
RGB
CMYK
RGB Variations
Color information
#8CDFD4 (or 0x8CDFD4) is known color: Riptide. HEX triplet: 8C, DF and D4. RGB value is (140,223,212). Sum of RGB (Red+Green+Blue) = 140+223+212=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFD4 is #73202B. Grayscale: #C4C4C4. Windows color (decimal): -7544876 or 13950860. OLE color: 13950860.
HSL color Cylindrical-coordinate representation of color #8CDFD4: hue angle of 172.05º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDFD4 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 212 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.13 |
| HSL | 172.05º | 0.56% | 0.71% | - |
| HSV(B) | 172.05º | 0.37% | 0.87% | - |
| XYZ | 49.09 | 63.1 | 71.88 | - |
| YUV | 196.93 | 136.5 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 212 | 0.37 | 0 | 0.05 | 0.13 | 172.05 | 0.56 | 0.71 |
| Hex | 8C | DF | D4 | 25 | 0 | 5 | D | AC | 38 | 47 |
| Octal | 214 | 337 | 324 | 45 | 0 | 5 | 15 | 254 | 70 | 107 |
| Binary | 10001100 | 11011111 | 11010100 | 100101 | 0 | 101 | 1101 | 10101100 | 111000 | 1000111 |
Color Harmonies of #8CDFD4
Complementary color
Monochromatic Colors of #8CDFD4
Black with #8CDFD4
Text Example
Text Example
White with #8CDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFD4; }
p { color: rgb(140,223,212); }
H1.HeaderClassName
{
color: #8CDFD4;
}
.AnyTagClassName
{
color: #8CDFD4;
}
</style>
background-color css
<style>
a { background-color: #8CDFD4; }
a { background-color: rgb(140,223,212); }
div.DivClassName
{
background-color: #8CDFD4;
}
.BgClassName
{
background-color: #8CDFD4;
}
</style>
border-color css
<style>
span { border-color: #8CDFD4; }
span { border-color: rgb(140,223,212); }
td.TdClassName
{
border-color: #8CDFD4;
}
.TagClassName
{
border-color: #8CDFD4;
}
</style>