Shades of Riptide #8ADFCD
Tints of Riptide #8ADFCD
RGB
CMYK
RGB Variations
Color information
#8ADFCD (or 0x8ADFCD) is known color: Riptide. HEX triplet: 8A, DF and CD. RGB value is (138,223,205). Sum of RGB (Red+Green+Blue) = 138+223+205=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFCD is #752032. Grayscale: #C3C3C3. Windows color (decimal): -7675955 or 13492106. OLE color: 13492106.
HSL color Cylindrical-coordinate representation of color #8ADFCD: hue angle of 167.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADFCD is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 205 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.13 |
| HSL | 167.29º | 0.57% | 0.71% | - |
| HSV(B) | 167.29º | 0.38% | 0.87% | - |
| XYZ | 47.89 | 62.59 | 67.31 | - |
| YUV | 195.53 | 133.34 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 205 | 0.38 | 0 | 0.08 | 0.13 | 167.29 | 0.57 | 0.71 |
| Hex | 8A | DF | CD | 26 | 0 | 8 | D | A7 | 39 | 47 |
| Octal | 212 | 337 | 315 | 46 | 0 | 10 | 15 | 247 | 71 | 107 |
| Binary | 10001010 | 11011111 | 11001101 | 100110 | 0 | 1000 | 1101 | 10100111 | 111001 | 1000111 |
Color Harmonies of #8ADFCD
Complementary color
Monochromatic Colors of #8ADFCD
Black with #8ADFCD
Text Example
Text Example
White with #8ADFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFCD; }
p { color: rgb(138,223,205); }
H1.HeaderClassName
{
color: #8ADFCD;
}
.AnyTagClassName
{
color: #8ADFCD;
}
</style>
background-color css
<style>
a { background-color: #8ADFCD; }
a { background-color: rgb(138,223,205); }
div.DivClassName
{
background-color: #8ADFCD;
}
.BgClassName
{
background-color: #8ADFCD;
}
</style>
border-color css
<style>
span { border-color: #8ADFCD; }
span { border-color: rgb(138,223,205); }
td.TdClassName
{
border-color: #8ADFCD;
}
.TagClassName
{
border-color: #8ADFCD;
}
</style>