Shades of Riptide #8AD7C6
Tints of Riptide #8AD7C6
RGB
CMYK
RGB Variations
Color information
#8AD7C6 (or 0x8AD7C6) is known color: Riptide. HEX triplet: 8A, D7 and C6. RGB value is (138,215,198). Sum of RGB (Red+Green+Blue) = 138+215+198=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD7C6 is #752839. Grayscale: #BEBEBE. Windows color (decimal): -7678010 or 13031306. OLE color: 13031306.
HSL color Cylindrical-coordinate representation of color #8AD7C6: hue angle of 166.75º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD7C6 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 215 | 198 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.16 |
| HSL | 166.75º | 0.49% | 0.69% | - |
| HSV(B) | 166.75º | 0.36% | 0.84% | - |
| XYZ | 44.97 | 58.08 | 62.27 | - |
| YUV | 190.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 215 | 198 | 0.36 | 0 | 0.08 | 0.16 | 166.75 | 0.49 | 0.69 |
| Hex | 8A | D7 | C6 | 24 | 0 | 8 | 10 | A7 | 31 | 45 |
| Octal | 212 | 327 | 306 | 44 | 0 | 10 | 20 | 247 | 61 | 105 |
| Binary | 10001010 | 11010111 | 11000110 | 100100 | 0 | 1000 | 10000 | 10100111 | 110001 | 1000101 |
Color Harmonies of #8AD7C6
Complementary color
Monochromatic Colors of #8AD7C6
Black with #8AD7C6
Text Example
Text Example
White with #8AD7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD7C6; }
p { color: rgb(138,215,198); }
H1.HeaderClassName
{
color: #8AD7C6;
}
.AnyTagClassName
{
color: #8AD7C6;
}
</style>
background-color css
<style>
a { background-color: #8AD7C6; }
a { background-color: rgb(138,215,198); }
div.DivClassName
{
background-color: #8AD7C6;
}
.BgClassName
{
background-color: #8AD7C6;
}
</style>
border-color css
<style>
span { border-color: #8AD7C6; }
span { border-color: rgb(138,215,198); }
td.TdClassName
{
border-color: #8AD7C6;
}
.TagClassName
{
border-color: #8AD7C6;
}
</style>