Shades of Riptide #8ADBC3
Tints of Riptide #8ADBC3
RGB
CMYK
RGB Variations
Color information
#8ADBC3 (or 0x8ADBC3) is known color: Riptide. HEX triplet: 8A, DB and C3. RGB value is (138,219,195). Sum of RGB (Red+Green+Blue) = 138+219+195=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADBC3 is #75243C. Grayscale: #C0C0C0. Windows color (decimal): -7676989 or 12835722. OLE color: 12835722.
HSL color Cylindrical-coordinate representation of color #8ADBC3: hue angle of 162.22º degrees, saturation: 0.53, 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 #8ADBC3 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 195 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.14 |
| HSL | 162.22º | 0.53% | 0.7% | - |
| HSV(B) | 162.22º | 0.37% | 0.86% | - |
| XYZ | 45.66 | 60.01 | 60.81 | - |
| YUV | 192.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 195 | 0.37 | 0 | 0.11 | 0.14 | 162.22 | 0.53 | 0.7 |
| Hex | 8A | DB | C3 | 25 | 0 | B | E | A2 | 35 | 46 |
| Octal | 212 | 333 | 303 | 45 | 0 | 13 | 16 | 242 | 65 | 106 |
| Binary | 10001010 | 11011011 | 11000011 | 100101 | 0 | 1011 | 1110 | 10100010 | 110101 | 1000110 |
Color Harmonies of #8ADBC3
Complementary color
Monochromatic Colors of #8ADBC3
Black with #8ADBC3
Text Example
Text Example
White with #8ADBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBC3; }
p { color: rgb(138,219,195); }
H1.HeaderClassName
{
color: #8ADBC3;
}
.AnyTagClassName
{
color: #8ADBC3;
}
</style>
background-color css
<style>
a { background-color: #8ADBC3; }
a { background-color: rgb(138,219,195); }
div.DivClassName
{
background-color: #8ADBC3;
}
.BgClassName
{
background-color: #8ADBC3;
}
</style>
border-color css
<style>
span { border-color: #8ADBC3; }
span { border-color: rgb(138,219,195); }
td.TdClassName
{
border-color: #8ADBC3;
}
.TagClassName
{
border-color: #8ADBC3;
}
</style>