Shades of Riptide #8ADDC3
Tints of Riptide #8ADDC3
RGB
CMYK
RGB Variations
Color information
#8ADDC3 (or 0x8ADDC3) is known color: Riptide. HEX triplet: 8A, DD and C3. RGB value is (138,221,195). Sum of RGB (Red+Green+Blue) = 138+221+195=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDC3 is #75223C. Grayscale: #C1C1C1. Windows color (decimal): -7676477 or 12836234. OLE color: 12836234.
HSL color Cylindrical-coordinate representation of color #8ADDC3: hue angle of 161.2º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDC3 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 195 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.13 |
| HSL | 161.2º | 0.55% | 0.7% | - |
| HSV(B) | 161.2º | 0.38% | 0.87% | - |
| XYZ | 46.19 | 61.06 | 60.98 | - |
| YUV | 193.22 | 129 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 195 | 0.38 | 0 | 0.12 | 0.13 | 161.2 | 0.55 | 0.7 |
| Hex | 8A | DD | C3 | 26 | 0 | C | D | A1 | 37 | 46 |
| Octal | 212 | 335 | 303 | 46 | 0 | 14 | 15 | 241 | 67 | 106 |
| Binary | 10001010 | 11011101 | 11000011 | 100110 | 0 | 1100 | 1101 | 10100001 | 110111 | 1000110 |
Color Harmonies of #8ADDC3
Complementary color
Monochromatic Colors of #8ADDC3
Black with #8ADDC3
Text Example
Text Example
White with #8ADDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDC3; }
p { color: rgb(138,221,195); }
H1.HeaderClassName
{
color: #8ADDC3;
}
.AnyTagClassName
{
color: #8ADDC3;
}
</style>
background-color css
<style>
a { background-color: #8ADDC3; }
a { background-color: rgb(138,221,195); }
div.DivClassName
{
background-color: #8ADDC3;
}
.BgClassName
{
background-color: #8ADDC3;
}
</style>
border-color css
<style>
span { border-color: #8ADDC3; }
span { border-color: rgb(138,221,195); }
td.TdClassName
{
border-color: #8ADDC3;
}
.TagClassName
{
border-color: #8ADDC3;
}
</style>