Shades of Riptide #8AD0CB
Tints of Riptide #8AD0CB
RGB
CMYK
RGB Variations
Color information
#8AD0CB (or 0x8AD0CB) is known color: Riptide. HEX triplet: 8A, D0 and CB. RGB value is (138,208,203). Sum of RGB (Red+Green+Blue) = 138+208+203=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD0CB is #752F34. Grayscale: #BABABA. Windows color (decimal): -7679797 or 13357194. OLE color: 13357194.
HSL color Cylindrical-coordinate representation of color #8AD0CB: hue angle of 175.71º degrees, saturation: 0.43, 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 #8AD0CB is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 203 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.18 |
| HSL | 175.71º | 0.43% | 0.68% | - |
| HSV(B) | 175.71º | 0.34% | 0.82% | - |
| XYZ | 43.82 | 54.83 | 64.77 | - |
| YUV | 186.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 203 | 0.34 | 0 | 0.02 | 0.18 | 175.71 | 0.43 | 0.68 |
| Hex | 8A | D0 | CB | 22 | 0 | 2 | 12 | B0 | 2B | 44 |
| Octal | 212 | 320 | 313 | 42 | 0 | 2 | 22 | 260 | 53 | 104 |
| Binary | 10001010 | 11010000 | 11001011 | 100010 | 0 | 10 | 10010 | 10110000 | 101011 | 1000100 |
Color Harmonies of #8AD0CB
Complementary color
Monochromatic Colors of #8AD0CB
Black with #8AD0CB
Text Example
Text Example
White with #8AD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0CB; }
p { color: rgb(138,208,203); }
H1.HeaderClassName
{
color: #8AD0CB;
}
.AnyTagClassName
{
color: #8AD0CB;
}
</style>
background-color css
<style>
a { background-color: #8AD0CB; }
a { background-color: rgb(138,208,203); }
div.DivClassName
{
background-color: #8AD0CB;
}
.BgClassName
{
background-color: #8AD0CB;
}
</style>
border-color css
<style>
span { border-color: #8AD0CB; }
span { border-color: rgb(138,208,203); }
td.TdClassName
{
border-color: #8AD0CB;
}
.TagClassName
{
border-color: #8AD0CB;
}
</style>