Shades of Riptide #8ADFD4
Tints of Riptide #8ADFD4
RGB
CMYK
RGB Variations
Color information
#8ADFD4 (or 0x8ADFD4) is known color: Riptide. HEX triplet: 8A, DF and D4. RGB value is (138,223,212). Sum of RGB (Red+Green+Blue) = 138+223+212=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFD4 is #75202B. Grayscale: #C4C4C4. Windows color (decimal): -7675948 or 13950858. OLE color: 13950858.
HSL color Cylindrical-coordinate representation of color #8ADFD4: hue angle of 172.24º 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 #8ADFD4 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 212 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.13 |
| HSL | 172.24º | 0.57% | 0.71% | - |
| HSV(B) | 172.24º | 0.38% | 0.87% | - |
| XYZ | 48.75 | 62.93 | 71.86 | - |
| YUV | 196.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 212 | 0.38 | 0 | 0.05 | 0.13 | 172.24 | 0.57 | 0.71 |
| Hex | 8A | DF | D4 | 26 | 0 | 5 | D | AC | 39 | 47 |
| Octal | 212 | 337 | 324 | 46 | 0 | 5 | 15 | 254 | 71 | 107 |
| Binary | 10001010 | 11011111 | 11010100 | 100110 | 0 | 101 | 1101 | 10101100 | 111001 | 1000111 |
Color Harmonies of #8ADFD4
Complementary color
Monochromatic Colors of #8ADFD4
Black with #8ADFD4
Text Example
Text Example
White with #8ADFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFD4; }
p { color: rgb(138,223,212); }
H1.HeaderClassName
{
color: #8ADFD4;
}
.AnyTagClassName
{
color: #8ADFD4;
}
</style>
background-color css
<style>
a { background-color: #8ADFD4; }
a { background-color: rgb(138,223,212); }
div.DivClassName
{
background-color: #8ADFD4;
}
.BgClassName
{
background-color: #8ADFD4;
}
</style>
border-color css
<style>
span { border-color: #8ADFD4; }
span { border-color: rgb(138,223,212); }
td.TdClassName
{
border-color: #8ADFD4;
}
.TagClassName
{
border-color: #8ADFD4;
}
</style>