Shades of Riptide #8ADFD0
Tints of Riptide #8ADFD0
RGB
CMYK
RGB Variations
Color information
#8ADFD0 (or 0x8ADFD0) is known color: Riptide. HEX triplet: 8A, DF and D0. RGB value is (138,223,208). Sum of RGB (Red+Green+Blue) = 138+223+208=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFD0 is #75202F. Grayscale: #C3C3C3. Windows color (decimal): -7675952 or 13688714. OLE color: 13688714.
HSL color Cylindrical-coordinate representation of color #8ADFD0: hue angle of 169.41º 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 #8ADFD0 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 208 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.13 |
| HSL | 169.41º | 0.57% | 0.71% | - |
| HSV(B) | 169.41º | 0.38% | 0.87% | - |
| XYZ | 48.25 | 62.73 | 69.24 | - |
| YUV | 195.88 | 134.84 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 208 | 0.38 | 0 | 0.07 | 0.13 | 169.41 | 0.57 | 0.71 |
| Hex | 8A | DF | D0 | 26 | 0 | 7 | D | A9 | 39 | 47 |
| Octal | 212 | 337 | 320 | 46 | 0 | 7 | 15 | 251 | 71 | 107 |
| Binary | 10001010 | 11011111 | 11010000 | 100110 | 0 | 111 | 1101 | 10101001 | 111001 | 1000111 |
Color Harmonies of #8ADFD0
Complementary color
Monochromatic Colors of #8ADFD0
Black with #8ADFD0
Text Example
Text Example
White with #8ADFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFD0; }
p { color: rgb(138,223,208); }
H1.HeaderClassName
{
color: #8ADFD0;
}
.AnyTagClassName
{
color: #8ADFD0;
}
</style>
background-color css
<style>
a { background-color: #8ADFD0; }
a { background-color: rgb(138,223,208); }
div.DivClassName
{
background-color: #8ADFD0;
}
.BgClassName
{
background-color: #8ADFD0;
}
</style>
border-color css
<style>
span { border-color: #8ADFD0; }
span { border-color: rgb(138,223,208); }
td.TdClassName
{
border-color: #8ADFD0;
}
.TagClassName
{
border-color: #8ADFD0;
}
</style>