Shades of Riptide #8ADCC1
Tints of Riptide #8ADCC1
RGB
CMYK
RGB Variations
Color information
#8ADCC1 (or 0x8ADCC1) is known color: Riptide. HEX triplet: 8A, DC and C1. RGB value is (138,220,193). Sum of RGB (Red+Green+Blue) = 138+220+193=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCC1 is #75233E. Grayscale: #C0C0C0. Windows color (decimal): -7676735 or 12704906. OLE color: 12704906.
HSL color Cylindrical-coordinate representation of color #8ADCC1: hue angle of 160.24º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCC1 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 193 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.14 |
| HSL | 160.24º | 0.54% | 0.7% | - |
| HSV(B) | 160.24º | 0.37% | 0.86% | - |
| XYZ | 45.7 | 60.44 | 59.71 | - |
| YUV | 192.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 193 | 0.37 | 0 | 0.12 | 0.14 | 160.24 | 0.54 | 0.7 |
| Hex | 8A | DC | C1 | 25 | 0 | C | E | A0 | 36 | 46 |
| Octal | 212 | 334 | 301 | 45 | 0 | 14 | 16 | 240 | 66 | 106 |
| Binary | 10001010 | 11011100 | 11000001 | 100101 | 0 | 1100 | 1110 | 10100000 | 110110 | 1000110 |
Color Harmonies of #8ADCC1
Complementary color
Monochromatic Colors of #8ADCC1
Black with #8ADCC1
Text Example
Text Example
White with #8ADCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCC1; }
p { color: rgb(138,220,193); }
H1.HeaderClassName
{
color: #8ADCC1;
}
.AnyTagClassName
{
color: #8ADCC1;
}
</style>
background-color css
<style>
a { background-color: #8ADCC1; }
a { background-color: rgb(138,220,193); }
div.DivClassName
{
background-color: #8ADCC1;
}
.BgClassName
{
background-color: #8ADCC1;
}
</style>
border-color css
<style>
span { border-color: #8ADCC1; }
span { border-color: rgb(138,220,193); }
td.TdClassName
{
border-color: #8ADCC1;
}
.TagClassName
{
border-color: #8ADCC1;
}
</style>