Shades of Riptide #93D2CB
Tints of Riptide #93D2CB
RGB
CMYK
RGB Variations
Color information
#93D2CB (or 0x93D2CB) is known color: Riptide. HEX triplet: 93, D2 and CB. RGB value is (147,210,203). Sum of RGB (Red+Green+Blue) = 147+210+203=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D2CB is #6C2D34. Grayscale: #BEBEBE. Windows color (decimal): -7089461 or 13357715. OLE color: 13357715.
HSL color Cylindrical-coordinate representation of color #93D2CB: hue angle of 173.33º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D2CB is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 210 | 203 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.18 |
| HSL | 173.33º | 0.41% | 0.7% | - |
| HSV(B) | 173.33º | 0.3% | 0.82% | - |
| XYZ | 45.86 | 56.61 | 65.01 | - |
| YUV | 190.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 203 | 0.30 | 0 | 0.03 | 0.18 | 173.33 | 0.41 | 0.7 |
| Hex | 93 | D2 | CB | 1E | 0 | 3 | 12 | AD | 29 | 46 |
| Octal | 223 | 322 | 313 | 36 | 0 | 3 | 22 | 255 | 51 | 106 |
| Binary | 10010011 | 11010010 | 11001011 | 11110 | 0 | 11 | 10010 | 10101101 | 101001 | 1000110 |
Color Harmonies of #93D2CB
Complementary color
Monochromatic Colors of #93D2CB
Black with #93D2CB
Text Example
Text Example
White with #93D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D2CB; }
p { color: rgb(147,210,203); }
H1.HeaderClassName
{
color: #93D2CB;
}
.AnyTagClassName
{
color: #93D2CB;
}
</style>
background-color css
<style>
a { background-color: #93D2CB; }
a { background-color: rgb(147,210,203); }
div.DivClassName
{
background-color: #93D2CB;
}
.BgClassName
{
background-color: #93D2CB;
}
</style>
border-color css
<style>
span { border-color: #93D2CB; }
span { border-color: rgb(147,210,203); }
td.TdClassName
{
border-color: #93D2CB;
}
.TagClassName
{
border-color: #93D2CB;
}
</style>