Shades of Riptide #8ADCD7
Tints of Riptide #8ADCD7
RGB
CMYK
RGB Variations
Color information
#8ADCD7 (or 0x8ADCD7) is known color: Riptide. HEX triplet: 8A, DC and D7. RGB value is (138,220,215). Sum of RGB (Red+Green+Blue) = 138+220+215=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCD7 is #752328. Grayscale: #C2C2C2. Windows color (decimal): -7676713 or 14146698. OLE color: 14146698.
HSL color Cylindrical-coordinate representation of color #8ADCD7: hue angle of 176.34º 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 #8ADCD7 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 215 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.14 |
| HSL | 176.34º | 0.54% | 0.7% | - |
| HSV(B) | 176.34º | 0.37% | 0.86% | - |
| XYZ | 48.34 | 61.5 | 73.61 | - |
| YUV | 194.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 215 | 0.37 | 0 | 0.02 | 0.14 | 176.34 | 0.54 | 0.7 |
| Hex | 8A | DC | D7 | 25 | 0 | 2 | E | B0 | 36 | 46 |
| Octal | 212 | 334 | 327 | 45 | 0 | 2 | 16 | 260 | 66 | 106 |
| Binary | 10001010 | 11011100 | 11010111 | 100101 | 0 | 10 | 1110 | 10110000 | 110110 | 1000110 |
Color Harmonies of #8ADCD7
Complementary color
Monochromatic Colors of #8ADCD7
Black with #8ADCD7
Text Example
Text Example
White with #8ADCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCD7; }
p { color: rgb(138,220,215); }
H1.HeaderClassName
{
color: #8ADCD7;
}
.AnyTagClassName
{
color: #8ADCD7;
}
</style>
background-color css
<style>
a { background-color: #8ADCD7; }
a { background-color: rgb(138,220,215); }
div.DivClassName
{
background-color: #8ADCD7;
}
.BgClassName
{
background-color: #8ADCD7;
}
</style>
border-color css
<style>
span { border-color: #8ADCD7; }
span { border-color: rgb(138,220,215); }
td.TdClassName
{
border-color: #8ADCD7;
}
.TagClassName
{
border-color: #8ADCD7;
}
</style>