Shades of Riptide #8ACDCA
Tints of Riptide #8ACDCA
RGB
CMYK
RGB Variations
Color information
#8ACDCA (or 0x8ACDCA) is known color: Riptide. HEX triplet: 8A, CD and CA. RGB value is (138,205,202). Sum of RGB (Red+Green+Blue) = 138+205+202=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDCA is #753235. Grayscale: #B8B8B8. Windows color (decimal): -7680566 or 13290890. OLE color: 13290890.
HSL color Cylindrical-coordinate representation of color #8ACDCA: hue angle of 177.31º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDCA is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 202 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.20 |
| HSL | 177.31º | 0.4% | 0.67% | - |
| HSV(B) | 177.31º | 0.33% | 0.8% | - |
| XYZ | 42.97 | 53.33 | 63.91 | - |
| YUV | 184.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 202 | 0.33 | 0 | 0.01 | 0.20 | 177.31 | 0.4 | 0.67 |
| Hex | 8A | CD | CA | 21 | 0 | 1 | 14 | B1 | 28 | 43 |
| Octal | 212 | 315 | 312 | 41 | 0 | 1 | 24 | 261 | 50 | 103 |
| Binary | 10001010 | 11001101 | 11001010 | 100001 | 0 | 1 | 10100 | 10110001 | 101000 | 1000011 |
Color Harmonies of #8ACDCA
Complementary color
Monochromatic Colors of #8ACDCA
Black with #8ACDCA
Text Example
Text Example
White with #8ACDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDCA; }
p { color: rgb(138,205,202); }
H1.HeaderClassName
{
color: #8ACDCA;
}
.AnyTagClassName
{
color: #8ACDCA;
}
</style>
background-color css
<style>
a { background-color: #8ACDCA; }
a { background-color: rgb(138,205,202); }
div.DivClassName
{
background-color: #8ACDCA;
}
.BgClassName
{
background-color: #8ACDCA;
}
</style>
border-color css
<style>
span { border-color: #8ACDCA; }
span { border-color: rgb(138,205,202); }
td.TdClassName
{
border-color: #8ACDCA;
}
.TagClassName
{
border-color: #8ACDCA;
}
</style>