Shades of Riptide #8ADFDA
Tints of Riptide #8ADFDA
RGB
CMYK
RGB Variations
Color information
#8ADFDA (or 0x8ADFDA) is known color: Riptide. HEX triplet: 8A, DF and DA. RGB value is (138,223,218). Sum of RGB (Red+Green+Blue) = 138+223+218=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFDA is #752025. Grayscale: #C4C4C4. Windows color (decimal): -7675942 or 14344074. OLE color: 14344074.
HSL color Cylindrical-coordinate representation of color #8ADFDA: hue angle of 176.47º 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 #8ADFDA is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 218 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.13 |
| HSL | 176.47º | 0.57% | 0.71% | - |
| HSV(B) | 176.47º | 0.38% | 0.87% | - |
| XYZ | 49.52 | 63.24 | 75.93 | - |
| YUV | 197.02 | 139.84 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 218 | 0.38 | 0 | 0.02 | 0.13 | 176.47 | 0.57 | 0.71 |
| Hex | 8A | DF | DA | 26 | 0 | 2 | D | B0 | 39 | 47 |
| Octal | 212 | 337 | 332 | 46 | 0 | 2 | 15 | 260 | 71 | 107 |
| Binary | 10001010 | 11011111 | 11011010 | 100110 | 0 | 10 | 1101 | 10110000 | 111001 | 1000111 |
Color Harmonies of #8ADFDA
Complementary color
Monochromatic Colors of #8ADFDA
Black with #8ADFDA
Text Example
Text Example
White with #8ADFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFDA; }
p { color: rgb(138,223,218); }
H1.HeaderClassName
{
color: #8ADFDA;
}
.AnyTagClassName
{
color: #8ADFDA;
}
</style>
background-color css
<style>
a { background-color: #8ADFDA; }
a { background-color: rgb(138,223,218); }
div.DivClassName
{
background-color: #8ADFDA;
}
.BgClassName
{
background-color: #8ADFDA;
}
</style>
border-color css
<style>
span { border-color: #8ADFDA; }
span { border-color: rgb(138,223,218); }
td.TdClassName
{
border-color: #8ADFDA;
}
.TagClassName
{
border-color: #8ADFDA;
}
</style>