Shades of Riptide #8ADFCF
Tints of Riptide #8ADFCF
RGB
CMYK
RGB Variations
Color information
#8ADFCF (or 0x8ADFCF) is known color: Riptide. HEX triplet: 8A, DF and CF. RGB value is (138,223,207). Sum of RGB (Red+Green+Blue) = 138+223+207=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFCF is #752030. Grayscale: #C3C3C3. Windows color (decimal): -7675953 or 13623178. OLE color: 13623178.
HSL color Cylindrical-coordinate representation of color #8ADFCF: hue angle of 168.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADFCF is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 207 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.13 |
| HSL | 168.71º | 0.57% | 0.71% | - |
| HSV(B) | 168.71º | 0.38% | 0.87% | - |
| XYZ | 48.13 | 62.68 | 68.59 | - |
| YUV | 195.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 207 | 0.38 | 0 | 0.07 | 0.13 | 168.71 | 0.57 | 0.71 |
| Hex | 8A | DF | CF | 26 | 0 | 7 | D | A9 | 39 | 47 |
| Octal | 212 | 337 | 317 | 46 | 0 | 7 | 15 | 251 | 71 | 107 |
| Binary | 10001010 | 11011111 | 11001111 | 100110 | 0 | 111 | 1101 | 10101001 | 111001 | 1000111 |
Color Harmonies of #8ADFCF
Complementary color
Monochromatic Colors of #8ADFCF
Black with #8ADFCF
Text Example
Text Example
White with #8ADFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFCF; }
p { color: rgb(138,223,207); }
H1.HeaderClassName
{
color: #8ADFCF;
}
.AnyTagClassName
{
color: #8ADFCF;
}
</style>
background-color css
<style>
a { background-color: #8ADFCF; }
a { background-color: rgb(138,223,207); }
div.DivClassName
{
background-color: #8ADFCF;
}
.BgClassName
{
background-color: #8ADFCF;
}
</style>
border-color css
<style>
span { border-color: #8ADFCF; }
span { border-color: rgb(138,223,207); }
td.TdClassName
{
border-color: #8ADFCF;
}
.TagClassName
{
border-color: #8ADFCF;
}
</style>