Shades of Riptide #8ADDC8
Tints of Riptide #8ADDC8
RGB
CMYK
RGB Variations
Color information
#8ADDC8 (or 0x8ADDC8) is known color: Riptide. HEX triplet: 8A, DD and C8. RGB value is (138,221,200). Sum of RGB (Red+Green+Blue) = 138+221+200=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDC8 is #752237. Grayscale: #C1C1C1. Windows color (decimal): -7676472 or 13163914. OLE color: 13163914.
HSL color Cylindrical-coordinate representation of color #8ADDC8: hue angle of 164.82º 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 #8ADDC8 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 200 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.13 |
| HSL | 164.82º | 0.55% | 0.7% | - |
| HSV(B) | 164.82º | 0.38% | 0.87% | - |
| XYZ | 46.76 | 61.29 | 64.01 | - |
| YUV | 193.79 | 131.5 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 200 | 0.38 | 0 | 0.10 | 0.13 | 164.82 | 0.55 | 0.7 |
| Hex | 8A | DD | C8 | 26 | 0 | A | D | A5 | 37 | 46 |
| Octal | 212 | 335 | 310 | 46 | 0 | 12 | 15 | 245 | 67 | 106 |
| Binary | 10001010 | 11011101 | 11001000 | 100110 | 0 | 1010 | 1101 | 10100101 | 110111 | 1000110 |
Color Harmonies of #8ADDC8
Complementary color
Monochromatic Colors of #8ADDC8
Black with #8ADDC8
Text Example
Text Example
White with #8ADDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDC8; }
p { color: rgb(138,221,200); }
H1.HeaderClassName
{
color: #8ADDC8;
}
.AnyTagClassName
{
color: #8ADDC8;
}
</style>
background-color css
<style>
a { background-color: #8ADDC8; }
a { background-color: rgb(138,221,200); }
div.DivClassName
{
background-color: #8ADDC8;
}
.BgClassName
{
background-color: #8ADDC8;
}
</style>
border-color css
<style>
span { border-color: #8ADDC8; }
span { border-color: rgb(138,221,200); }
td.TdClassName
{
border-color: #8ADDC8;
}
.TagClassName
{
border-color: #8ADDC8;
}
</style>