Shades of Riptide #8ACECD
Tints of Riptide #8ACECD
RGB
CMYK
RGB Variations
Color information
#8ACECD (or 0x8ACECD) is known color: Riptide. HEX triplet: 8A, CE and CD. RGB value is (138,206,205). Sum of RGB (Red+Green+Blue) = 138+206+205=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACECD is #753132. Grayscale: #B9B9B9. Windows color (decimal): -7680307 or 13487754. OLE color: 13487754.
HSL color Cylindrical-coordinate representation of color #8ACECD: hue angle of 179.12º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACECD is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 205 | - |
| CMYK | 0.33 | 0 | 0.00 | 0.19 |
| HSL | 179.12º | 0.41% | 0.67% | - |
| HSV(B) | 179.12º | 0.33% | 0.81% | - |
| XYZ | 43.57 | 53.95 | 65.88 | - |
| YUV | 185.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 205 | 0.33 | 0 | 0.00 | 0.19 | 179.12 | 0.41 | 0.67 |
| Hex | 8A | CE | CD | 21 | 0 | 0 | 13 | B3 | 29 | 43 |
| Octal | 212 | 316 | 315 | 41 | 0 | 0 | 23 | 263 | 51 | 103 |
| Binary | 10001010 | 11001110 | 11001101 | 100001 | 0 | 0 | 10011 | 10110011 | 101001 | 1000011 |
Color Harmonies of #8ACECD
Complementary color
Monochromatic Colors of #8ACECD
Black with #8ACECD
Text Example
Text Example
White with #8ACECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACECD; }
p { color: rgb(138,206,205); }
H1.HeaderClassName
{
color: #8ACECD;
}
.AnyTagClassName
{
color: #8ACECD;
}
</style>
background-color css
<style>
a { background-color: #8ACECD; }
a { background-color: rgb(138,206,205); }
div.DivClassName
{
background-color: #8ACECD;
}
.BgClassName
{
background-color: #8ACECD;
}
</style>
border-color css
<style>
span { border-color: #8ACECD; }
span { border-color: rgb(138,206,205); }
td.TdClassName
{
border-color: #8ACECD;
}
.TagClassName
{
border-color: #8ACECD;
}
</style>