Shades of Riptide #8ADDC6
Tints of Riptide #8ADDC6
RGB
CMYK
RGB Variations
Color information
#8ADDC6 (or 0x8ADDC6) is known color: Riptide. HEX triplet: 8A, DD and C6. RGB value is (138,221,198). Sum of RGB (Red+Green+Blue) = 138+221+198=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDC6 is #752239. Grayscale: #C1C1C1. Windows color (decimal): -7676474 or 13032842. OLE color: 13032842.
HSL color Cylindrical-coordinate representation of color #8ADDC6: hue angle of 163.37º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDC6 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 198 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.13 |
| HSL | 163.37º | 0.55% | 0.7% | - |
| HSV(B) | 163.37º | 0.38% | 0.87% | - |
| XYZ | 46.53 | 61.19 | 62.79 | - |
| YUV | 193.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 198 | 0.38 | 0 | 0.10 | 0.13 | 163.37 | 0.55 | 0.7 |
| Hex | 8A | DD | C6 | 26 | 0 | A | D | A3 | 37 | 46 |
| Octal | 212 | 335 | 306 | 46 | 0 | 12 | 15 | 243 | 67 | 106 |
| Binary | 10001010 | 11011101 | 11000110 | 100110 | 0 | 1010 | 1101 | 10100011 | 110111 | 1000110 |
Color Harmonies of #8ADDC6
Complementary color
Monochromatic Colors of #8ADDC6
Black with #8ADDC6
Text Example
Text Example
White with #8ADDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDC6; }
p { color: rgb(138,221,198); }
H1.HeaderClassName
{
color: #8ADDC6;
}
.AnyTagClassName
{
color: #8ADDC6;
}
</style>
background-color css
<style>
a { background-color: #8ADDC6; }
a { background-color: rgb(138,221,198); }
div.DivClassName
{
background-color: #8ADDC6;
}
.BgClassName
{
background-color: #8ADDC6;
}
</style>
border-color css
<style>
span { border-color: #8ADDC6; }
span { border-color: rgb(138,221,198); }
td.TdClassName
{
border-color: #8ADDC6;
}
.TagClassName
{
border-color: #8ADDC6;
}
</style>