Shades of Riptide #8ADCC3
Tints of Riptide #8ADCC3
RGB
CMYK
RGB Variations
Color information
#8ADCC3 (or 0x8ADCC3) is known color: Riptide. HEX triplet: 8A, DC and C3. RGB value is (138,220,195). Sum of RGB (Red+Green+Blue) = 138+220+195=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCC3 is #75233C. Grayscale: #C0C0C0. Windows color (decimal): -7676733 or 12835978. OLE color: 12835978.
HSL color Cylindrical-coordinate representation of color #8ADCC3: hue angle of 161.71º 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 #8ADCC3 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 195 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.14 |
| HSL | 161.71º | 0.54% | 0.7% | - |
| HSV(B) | 161.71º | 0.37% | 0.86% | - |
| XYZ | 45.92 | 60.53 | 60.89 | - |
| YUV | 192.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 195 | 0.37 | 0 | 0.11 | 0.14 | 161.71 | 0.54 | 0.7 |
| Hex | 8A | DC | C3 | 25 | 0 | B | E | A2 | 36 | 46 |
| Octal | 212 | 334 | 303 | 45 | 0 | 13 | 16 | 242 | 66 | 106 |
| Binary | 10001010 | 11011100 | 11000011 | 100101 | 0 | 1011 | 1110 | 10100010 | 110110 | 1000110 |
Color Harmonies of #8ADCC3
Complementary color
Monochromatic Colors of #8ADCC3
Black with #8ADCC3
Text Example
Text Example
White with #8ADCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCC3; }
p { color: rgb(138,220,195); }
H1.HeaderClassName
{
color: #8ADCC3;
}
.AnyTagClassName
{
color: #8ADCC3;
}
</style>
background-color css
<style>
a { background-color: #8ADCC3; }
a { background-color: rgb(138,220,195); }
div.DivClassName
{
background-color: #8ADCC3;
}
.BgClassName
{
background-color: #8ADCC3;
}
</style>
border-color css
<style>
span { border-color: #8ADCC3; }
span { border-color: rgb(138,220,195); }
td.TdClassName
{
border-color: #8ADCC3;
}
.TagClassName
{
border-color: #8ADCC3;
}
</style>