Shades of Riptide #8ADACF
Tints of Riptide #8ADACF
RGB
CMYK
RGB Variations
Color information
#8ADACF (or 0x8ADACF) is known color: Riptide. HEX triplet: 8A, DA and CF. RGB value is (138,218,207). Sum of RGB (Red+Green+Blue) = 138+218+207=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADACF is #752530. Grayscale: #C0C0C0. Windows color (decimal): -7677233 or 13621898. OLE color: 13621898.
HSL color Cylindrical-coordinate representation of color #8ADACF: hue angle of 171.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADACF is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 207 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.15 |
| HSL | 171.75º | 0.52% | 0.7% | - |
| HSV(B) | 171.75º | 0.37% | 0.85% | - |
| XYZ | 46.82 | 60.05 | 68.16 | - |
| YUV | 192.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 207 | 0.37 | 0 | 0.05 | 0.15 | 171.75 | 0.52 | 0.7 |
| Hex | 8A | DA | CF | 25 | 0 | 5 | F | AC | 34 | 46 |
| Octal | 212 | 332 | 317 | 45 | 0 | 5 | 17 | 254 | 64 | 106 |
| Binary | 10001010 | 11011010 | 11001111 | 100101 | 0 | 101 | 1111 | 10101100 | 110100 | 1000110 |
Color Harmonies of #8ADACF
Complementary color
Monochromatic Colors of #8ADACF
Black with #8ADACF
Text Example
Text Example
White with #8ADACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADACF; }
p { color: rgb(138,218,207); }
H1.HeaderClassName
{
color: #8ADACF;
}
.AnyTagClassName
{
color: #8ADACF;
}
</style>
background-color css
<style>
a { background-color: #8ADACF; }
a { background-color: rgb(138,218,207); }
div.DivClassName
{
background-color: #8ADACF;
}
.BgClassName
{
background-color: #8ADACF;
}
</style>
border-color css
<style>
span { border-color: #8ADACF; }
span { border-color: rgb(138,218,207); }
td.TdClassName
{
border-color: #8ADACF;
}
.TagClassName
{
border-color: #8ADACF;
}
</style>