Shades of Riptide #8AD0CD
Tints of Riptide #8AD0CD
RGB
CMYK
RGB Variations
Color information
#8AD0CD (or 0x8AD0CD) is known color: Riptide. HEX triplet: 8A, D0 and CD. RGB value is (138,208,205). Sum of RGB (Red+Green+Blue) = 138+208+205=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD0CD is #752F32. Grayscale: #BABABA. Windows color (decimal): -7679795 or 13488266. OLE color: 13488266.
HSL color Cylindrical-coordinate representation of color #8AD0CD: hue angle of 177.43º degrees, saturation: 0.43, 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 #8AD0CD is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 205 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.18 |
| HSL | 177.43º | 0.43% | 0.68% | - |
| HSV(B) | 177.43º | 0.34% | 0.82% | - |
| XYZ | 44.06 | 54.92 | 66.04 | - |
| YUV | 186.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 205 | 0.34 | 0 | 0.01 | 0.18 | 177.43 | 0.43 | 0.68 |
| Hex | 8A | D0 | CD | 22 | 0 | 1 | 12 | B1 | 2B | 44 |
| Octal | 212 | 320 | 315 | 42 | 0 | 1 | 22 | 261 | 53 | 104 |
| Binary | 10001010 | 11010000 | 11001101 | 100010 | 0 | 1 | 10010 | 10110001 | 101011 | 1000100 |
Color Harmonies of #8AD0CD
Complementary color
Monochromatic Colors of #8AD0CD
Black with #8AD0CD
Text Example
Text Example
White with #8AD0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0CD; }
p { color: rgb(138,208,205); }
H1.HeaderClassName
{
color: #8AD0CD;
}
.AnyTagClassName
{
color: #8AD0CD;
}
</style>
background-color css
<style>
a { background-color: #8AD0CD; }
a { background-color: rgb(138,208,205); }
div.DivClassName
{
background-color: #8AD0CD;
}
.BgClassName
{
background-color: #8AD0CD;
}
</style>
border-color css
<style>
span { border-color: #8AD0CD; }
span { border-color: rgb(138,208,205); }
td.TdClassName
{
border-color: #8AD0CD;
}
.TagClassName
{
border-color: #8AD0CD;
}
</style>