Shades of Riptide #91D0C9
Tints of Riptide #91D0C9
RGB
CMYK
RGB Variations
Color information
#91D0C9 (or 0x91D0C9) is known color: Riptide. HEX triplet: 91, D0 and C9. RGB value is (145,208,201). Sum of RGB (Red+Green+Blue) = 145+208+201=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #91D0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D0C9 is #6E2F36. Grayscale: #BCBCBC. Windows color (decimal): -7221047 or 13226129. OLE color: 13226129.
HSL color Cylindrical-coordinate representation of color #91D0C9: hue angle of 173.33º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91D0C9 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 201 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.18 |
| HSL | 173.33º | 0.4% | 0.69% | - |
| HSV(B) | 173.33º | 0.3% | 0.82% | - |
| XYZ | 44.78 | 55.35 | 63.58 | - |
| YUV | 188.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 201 | 0.30 | 0 | 0.03 | 0.18 | 173.33 | 0.4 | 0.69 |
| Hex | 91 | D0 | C9 | 1E | 0 | 3 | 12 | AD | 28 | 45 |
| Octal | 221 | 320 | 311 | 36 | 0 | 3 | 22 | 255 | 50 | 105 |
| Binary | 10010001 | 11010000 | 11001001 | 11110 | 0 | 11 | 10010 | 10101101 | 101000 | 1000101 |
Color Harmonies of #91D0C9
Complementary color
Monochromatic Colors of #91D0C9
Black with #91D0C9
Text Example
Text Example
White with #91D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D0C9; }
p { color: rgb(145,208,201); }
H1.HeaderClassName
{
color: #91D0C9;
}
.AnyTagClassName
{
color: #91D0C9;
}
</style>
background-color css
<style>
a { background-color: #91D0C9; }
a { background-color: rgb(145,208,201); }
div.DivClassName
{
background-color: #91D0C9;
}
.BgClassName
{
background-color: #91D0C9;
}
</style>
border-color css
<style>
span { border-color: #91D0C9; }
span { border-color: rgb(145,208,201); }
td.TdClassName
{
border-color: #91D0C9;
}
.TagClassName
{
border-color: #91D0C9;
}
</style>