Shades of Riptide #8AD1CC
Tints of Riptide #8AD1CC
RGB
CMYK
RGB Variations
Color information
#8AD1CC (or 0x8AD1CC) is known color: Riptide. HEX triplet: 8A, D1 and CC. RGB value is (138,209,204). Sum of RGB (Red+Green+Blue) = 138+209+204=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD1CC is #752E33. Grayscale: #BBBBBB. Windows color (decimal): -7679540 or 13422986. OLE color: 13422986.
HSL color Cylindrical-coordinate representation of color #8AD1CC: hue angle of 175.77º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD1CC is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 204 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.18 |
| HSL | 175.77º | 0.44% | 0.68% | - |
| HSV(B) | 175.77º | 0.34% | 0.82% | - |
| XYZ | 44.18 | 55.36 | 65.48 | - |
| YUV | 187.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 204 | 0.34 | 0 | 0.02 | 0.18 | 175.77 | 0.44 | 0.68 |
| Hex | 8A | D1 | CC | 22 | 0 | 2 | 12 | B0 | 2C | 44 |
| Octal | 212 | 321 | 314 | 42 | 0 | 2 | 22 | 260 | 54 | 104 |
| Binary | 10001010 | 11010001 | 11001100 | 100010 | 0 | 10 | 10010 | 10110000 | 101100 | 1000100 |
Color Harmonies of #8AD1CC
Complementary color
Monochromatic Colors of #8AD1CC
Black with #8AD1CC
Text Example
Text Example
White with #8AD1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD1CC; }
p { color: rgb(138,209,204); }
H1.HeaderClassName
{
color: #8AD1CC;
}
.AnyTagClassName
{
color: #8AD1CC;
}
</style>
background-color css
<style>
a { background-color: #8AD1CC; }
a { background-color: rgb(138,209,204); }
div.DivClassName
{
background-color: #8AD1CC;
}
.BgClassName
{
background-color: #8AD1CC;
}
</style>
border-color css
<style>
span { border-color: #8AD1CC; }
span { border-color: rgb(138,209,204); }
td.TdClassName
{
border-color: #8AD1CC;
}
.TagClassName
{
border-color: #8AD1CC;
}
</style>