Shades of Riptide #8AD2CE
Tints of Riptide #8AD2CE
RGB
CMYK
RGB Variations
Color information
#8AD2CE (or 0x8AD2CE) is known color: Riptide. HEX triplet: 8A, D2 and CE. RGB value is (138,210,206). Sum of RGB (Red+Green+Blue) = 138+210+206=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD2CE is #752D31. Grayscale: #BBBBBB. Windows color (decimal): -7679282 or 13554314. OLE color: 13554314.
HSL color Cylindrical-coordinate representation of color #8AD2CE: hue angle of 176.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD2CE is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 206 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.18 |
| HSL | 176.67º | 0.44% | 0.68% | - |
| HSV(B) | 176.67º | 0.34% | 0.82% | - |
| XYZ | 44.67 | 55.95 | 66.84 | - |
| YUV | 188.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 206 | 0.34 | 0 | 0.02 | 0.18 | 176.67 | 0.44 | 0.68 |
| Hex | 8A | D2 | CE | 22 | 0 | 2 | 12 | B1 | 2C | 44 |
| Octal | 212 | 322 | 316 | 42 | 0 | 2 | 22 | 261 | 54 | 104 |
| Binary | 10001010 | 11010010 | 11001110 | 100010 | 0 | 10 | 10010 | 10110001 | 101100 | 1000100 |
Color Harmonies of #8AD2CE
Complementary color
Monochromatic Colors of #8AD2CE
Black with #8AD2CE
Text Example
Text Example
White with #8AD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2CE; }
p { color: rgb(138,210,206); }
H1.HeaderClassName
{
color: #8AD2CE;
}
.AnyTagClassName
{
color: #8AD2CE;
}
</style>
background-color css
<style>
a { background-color: #8AD2CE; }
a { background-color: rgb(138,210,206); }
div.DivClassName
{
background-color: #8AD2CE;
}
.BgClassName
{
background-color: #8AD2CE;
}
</style>
border-color css
<style>
span { border-color: #8AD2CE; }
span { border-color: rgb(138,210,206); }
td.TdClassName
{
border-color: #8AD2CE;
}
.TagClassName
{
border-color: #8AD2CE;
}
</style>