Shades of Riptide #91D2CB
Tints of Riptide #91D2CB
RGB
CMYK
RGB Variations
Color information
#91D2CB (or 0x91D2CB) is known color: Riptide. HEX triplet: 91, D2 and CB. RGB value is (145,210,203). Sum of RGB (Red+Green+Blue) = 145+210+203=558 (73% of max value = 765). Red value is 145 (57.03% from 255 or 25.99% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 210 - color contains mainly: green. Hex color #91D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D2CB is #6E2D34. Grayscale: #BDBDBD. Windows color (decimal): -7220533 or 13357713. OLE color: 13357713.
HSL color Cylindrical-coordinate representation of color #91D2CB: hue angle of 173.54º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91D2CB is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 203 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.18 |
| HSL | 173.54º | 0.42% | 0.7% | - |
| HSV(B) | 173.54º | 0.31% | 0.82% | - |
| XYZ | 45.5 | 56.42 | 64.99 | - |
| YUV | 189.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 203 | 0.31 | 0 | 0.03 | 0.18 | 173.54 | 0.42 | 0.7 |
| Hex | 91 | D2 | CB | 1F | 0 | 3 | 12 | AE | 2A | 46 |
| Octal | 221 | 322 | 313 | 37 | 0 | 3 | 22 | 256 | 52 | 106 |
| Binary | 10010001 | 11010010 | 11001011 | 11111 | 0 | 11 | 10010 | 10101110 | 101010 | 1000110 |
Color Harmonies of #91D2CB
Complementary color
Monochromatic Colors of #91D2CB
Black with #91D2CB
Text Example
Text Example
White with #91D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D2CB; }
p { color: rgb(145,210,203); }
H1.HeaderClassName
{
color: #91D2CB;
}
.AnyTagClassName
{
color: #91D2CB;
}
</style>
background-color css
<style>
a { background-color: #91D2CB; }
a { background-color: rgb(145,210,203); }
div.DivClassName
{
background-color: #91D2CB;
}
.BgClassName
{
background-color: #91D2CB;
}
</style>
border-color css
<style>
span { border-color: #91D2CB; }
span { border-color: rgb(145,210,203); }
td.TdClassName
{
border-color: #91D2CB;
}
.TagClassName
{
border-color: #91D2CB;
}
</style>