Shades of Riptide #8AD9C2
Tints of Riptide #8AD9C2
RGB
CMYK
RGB Variations
Color information
#8AD9C2 (or 0x8AD9C2) is known color: Riptide. HEX triplet: 8A, D9 and C2. RGB value is (138,217,194). Sum of RGB (Red+Green+Blue) = 138+217+194=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD9C2 is #75263D. Grayscale: #BEBEBE. Windows color (decimal): -7677502 or 12769674. OLE color: 12769674.
HSL color Cylindrical-coordinate representation of color #8AD9C2: hue angle of 162.53º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD9C2 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 194 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.15 |
| HSL | 162.53º | 0.51% | 0.7% | - |
| HSV(B) | 162.53º | 0.36% | 0.85% | - |
| XYZ | 45.03 | 58.92 | 60.04 | - |
| YUV | 190.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 194 | 0.36 | 0 | 0.11 | 0.15 | 162.53 | 0.51 | 0.7 |
| Hex | 8A | D9 | C2 | 24 | 0 | B | F | A3 | 33 | 46 |
| Octal | 212 | 331 | 302 | 44 | 0 | 13 | 17 | 243 | 63 | 106 |
| Binary | 10001010 | 11011001 | 11000010 | 100100 | 0 | 1011 | 1111 | 10100011 | 110011 | 1000110 |
Color Harmonies of #8AD9C2
Complementary color
Monochromatic Colors of #8AD9C2
Black with #8AD9C2
Text Example
Text Example
White with #8AD9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD9C2; }
p { color: rgb(138,217,194); }
H1.HeaderClassName
{
color: #8AD9C2;
}
.AnyTagClassName
{
color: #8AD9C2;
}
</style>
background-color css
<style>
a { background-color: #8AD9C2; }
a { background-color: rgb(138,217,194); }
div.DivClassName
{
background-color: #8AD9C2;
}
.BgClassName
{
background-color: #8AD9C2;
}
</style>
border-color css
<style>
span { border-color: #8AD9C2; }
span { border-color: rgb(138,217,194); }
td.TdClassName
{
border-color: #8AD9C2;
}
.TagClassName
{
border-color: #8AD9C2;
}
</style>