Shades of Riptide #8ADFBD
Tints of Riptide #8ADFBD
RGB
CMYK
RGB Variations
Color information
#8ADFBD (or 0x8ADFBD) is known color: Riptide. HEX triplet: 8A, DF and BD. RGB value is (138,223,189). Sum of RGB (Red+Green+Blue) = 138+223+189=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFBD is #752042. Grayscale: #C1C1C1. Windows color (decimal): -7675971 or 12443530. OLE color: 12443530.
HSL color Cylindrical-coordinate representation of color #8ADFBD: hue angle of 156º 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 #8ADFBD is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 189 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.13 |
| HSL | 156º | 0.57% | 0.71% | - |
| HSV(B) | 156º | 0.38% | 0.87% | - |
| XYZ | 46.05 | 61.85 | 57.66 | - |
| YUV | 193.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 189 | 0.38 | 0 | 0.15 | 0.13 | 156 | 0.57 | 0.71 |
| Hex | 8A | DF | BD | 26 | 0 | F | D | 9C | 39 | 47 |
| Octal | 212 | 337 | 275 | 46 | 0 | 17 | 15 | 234 | 71 | 107 |
| Binary | 10001010 | 11011111 | 10111101 | 100110 | 0 | 1111 | 1101 | 10011100 | 111001 | 1000111 |
Color Harmonies of #8ADFBD
Complementary color
Monochromatic Colors of #8ADFBD
Black with #8ADFBD
Text Example
Text Example
White with #8ADFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFBD; }
p { color: rgb(138,223,189); }
H1.HeaderClassName
{
color: #8ADFBD;
}
.AnyTagClassName
{
color: #8ADFBD;
}
</style>
background-color css
<style>
a { background-color: #8ADFBD; }
a { background-color: rgb(138,223,189); }
div.DivClassName
{
background-color: #8ADFBD;
}
.BgClassName
{
background-color: #8ADFBD;
}
</style>
border-color css
<style>
span { border-color: #8ADFBD; }
span { border-color: rgb(138,223,189); }
td.TdClassName
{
border-color: #8ADFBD;
}
.TagClassName
{
border-color: #8ADFBD;
}
</style>