Shades of Riptide #8ADDC0
Tints of Riptide #8ADDC0
RGB
CMYK
RGB Variations
Color information
#8ADDC0 (or 0x8ADDC0) is known color: Riptide. HEX triplet: 8A, DD and C0. RGB value is (138,221,192). Sum of RGB (Red+Green+Blue) = 138+221+192=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDC0 is #75223F. Grayscale: #C0C0C0. Windows color (decimal): -7676480 or 12639626. OLE color: 12639626.
HSL color Cylindrical-coordinate representation of color #8ADDC0: hue angle of 159.04º 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 #8ADDC0 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 192 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.13 |
| HSL | 159.04º | 0.55% | 0.7% | - |
| HSV(B) | 159.04º | 0.38% | 0.87% | - |
| XYZ | 45.85 | 60.92 | 59.21 | - |
| YUV | 192.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 192 | 0.38 | 0 | 0.13 | 0.13 | 159.04 | 0.55 | 0.7 |
| Hex | 8A | DD | C0 | 26 | 0 | D | D | 9F | 37 | 46 |
| Octal | 212 | 335 | 300 | 46 | 0 | 15 | 15 | 237 | 67 | 106 |
| Binary | 10001010 | 11011101 | 11000000 | 100110 | 0 | 1101 | 1101 | 10011111 | 110111 | 1000110 |
Color Harmonies of #8ADDC0
Complementary color
Monochromatic Colors of #8ADDC0
Black with #8ADDC0
Text Example
Text Example
White with #8ADDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDC0; }
p { color: rgb(138,221,192); }
H1.HeaderClassName
{
color: #8ADDC0;
}
.AnyTagClassName
{
color: #8ADDC0;
}
</style>
background-color css
<style>
a { background-color: #8ADDC0; }
a { background-color: rgb(138,221,192); }
div.DivClassName
{
background-color: #8ADDC0;
}
.BgClassName
{
background-color: #8ADDC0;
}
</style>
border-color css
<style>
span { border-color: #8ADDC0; }
span { border-color: rgb(138,221,192); }
td.TdClassName
{
border-color: #8ADDC0;
}
.TagClassName
{
border-color: #8ADDC0;
}
</style>