Shades of Riptide #8ADCBF
Tints of Riptide #8ADCBF
RGB
CMYK
RGB Variations
Color information
#8ADCBF (or 0x8ADCBF) is known color: Riptide. HEX triplet: 8A, DC and BF. RGB value is (138,220,191). Sum of RGB (Red+Green+Blue) = 138+220+191=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCBF is #752340. Grayscale: #C0C0C0. Windows color (decimal): -7676737 or 12573834. OLE color: 12573834.
HSL color Cylindrical-coordinate representation of color #8ADCBF: hue angle of 158.78º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCBF is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 191 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.14 |
| HSL | 158.78º | 0.54% | 0.7% | - |
| HSV(B) | 158.78º | 0.37% | 0.86% | - |
| XYZ | 45.48 | 60.35 | 58.54 | - |
| YUV | 192.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 191 | 0.37 | 0 | 0.13 | 0.14 | 158.78 | 0.54 | 0.7 |
| Hex | 8A | DC | BF | 25 | 0 | D | E | 9F | 36 | 46 |
| Octal | 212 | 334 | 277 | 45 | 0 | 15 | 16 | 237 | 66 | 106 |
| Binary | 10001010 | 11011100 | 10111111 | 100101 | 0 | 1101 | 1110 | 10011111 | 110110 | 1000110 |
Color Harmonies of #8ADCBF
Complementary color
Monochromatic Colors of #8ADCBF
Black with #8ADCBF
Text Example
Text Example
White with #8ADCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCBF; }
p { color: rgb(138,220,191); }
H1.HeaderClassName
{
color: #8ADCBF;
}
.AnyTagClassName
{
color: #8ADCBF;
}
</style>
background-color css
<style>
a { background-color: #8ADCBF; }
a { background-color: rgb(138,220,191); }
div.DivClassName
{
background-color: #8ADCBF;
}
.BgClassName
{
background-color: #8ADCBF;
}
</style>
border-color css
<style>
span { border-color: #8ADCBF; }
span { border-color: rgb(138,220,191); }
td.TdClassName
{
border-color: #8ADCBF;
}
.TagClassName
{
border-color: #8ADCBF;
}
</style>