Shades of Riptide #8ADAC3
Tints of Riptide #8ADAC3
RGB
CMYK
RGB Variations
Color information
#8ADAC3 (or 0x8ADAC3) is known color: Riptide. HEX triplet: 8A, DA and C3. RGB value is (138,218,195). Sum of RGB (Red+Green+Blue) = 138+218+195=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADAC3 is #75253C. Grayscale: #BFBFBF. Windows color (decimal): -7677245 or 12835466. OLE color: 12835466.
HSL color Cylindrical-coordinate representation of color #8ADAC3: hue angle of 162.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADAC3 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 195 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.15 |
| HSL | 162.75º | 0.52% | 0.7% | - |
| HSV(B) | 162.75º | 0.37% | 0.85% | - |
| XYZ | 45.4 | 59.49 | 60.72 | - |
| YUV | 191.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 195 | 0.37 | 0 | 0.11 | 0.15 | 162.75 | 0.52 | 0.7 |
| Hex | 8A | DA | C3 | 25 | 0 | B | F | A3 | 34 | 46 |
| Octal | 212 | 332 | 303 | 45 | 0 | 13 | 17 | 243 | 64 | 106 |
| Binary | 10001010 | 11011010 | 11000011 | 100101 | 0 | 1011 | 1111 | 10100011 | 110100 | 1000110 |
Color Harmonies of #8ADAC3
Complementary color
Monochromatic Colors of #8ADAC3
Black with #8ADAC3
Text Example
Text Example
White with #8ADAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAC3; }
p { color: rgb(138,218,195); }
H1.HeaderClassName
{
color: #8ADAC3;
}
.AnyTagClassName
{
color: #8ADAC3;
}
</style>
background-color css
<style>
a { background-color: #8ADAC3; }
a { background-color: rgb(138,218,195); }
div.DivClassName
{
background-color: #8ADAC3;
}
.BgClassName
{
background-color: #8ADAC3;
}
</style>
border-color css
<style>
span { border-color: #8ADAC3; }
span { border-color: rgb(138,218,195); }
td.TdClassName
{
border-color: #8ADAC3;
}
.TagClassName
{
border-color: #8ADAC3;
}
</style>