Shades of Riptide #93CFC8
Tints of Riptide #93CFC8
RGB
CMYK
RGB Variations
Color information
#93CFC8 (or 0x93CFC8) is known color: Riptide. HEX triplet: 93, CF and C8. RGB value is (147,207,200). Sum of RGB (Red+Green+Blue) = 147+207+200=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFC8 is #6C3037. Grayscale: #BCBCBC. Windows color (decimal): -7090232 or 13160339. OLE color: 13160339.
HSL color Cylindrical-coordinate representation of color #93CFC8: hue angle of 173º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CFC8 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 200 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.19 |
| HSL | 173º | 0.38% | 0.69% | - |
| HSV(B) | 173º | 0.29% | 0.81% | - |
| XYZ | 44.77 | 55 | 62.9 | - |
| YUV | 188.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 200 | 0.29 | 0 | 0.03 | 0.19 | 173 | 0.38 | 0.69 |
| Hex | 93 | CF | C8 | 1D | 0 | 3 | 13 | AD | 26 | 45 |
| Octal | 223 | 317 | 310 | 35 | 0 | 3 | 23 | 255 | 46 | 105 |
| Binary | 10010011 | 11001111 | 11001000 | 11101 | 0 | 11 | 10011 | 10101101 | 100110 | 1000101 |
Color Harmonies of #93CFC8
Complementary color
Monochromatic Colors of #93CFC8
Black with #93CFC8
Text Example
Text Example
White with #93CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFC8; }
p { color: rgb(147,207,200); }
H1.HeaderClassName
{
color: #93CFC8;
}
.AnyTagClassName
{
color: #93CFC8;
}
</style>
background-color css
<style>
a { background-color: #93CFC8; }
a { background-color: rgb(147,207,200); }
div.DivClassName
{
background-color: #93CFC8;
}
.BgClassName
{
background-color: #93CFC8;
}
</style>
border-color css
<style>
span { border-color: #93CFC8; }
span { border-color: rgb(147,207,200); }
td.TdClassName
{
border-color: #93CFC8;
}
.TagClassName
{
border-color: #93CFC8;
}
</style>