Shades of Riptide #85DFC3
Tints of Riptide #85DFC3
RGB
CMYK
RGB Variations
Color information
#85DFC3 (or 0x85DFC3) is known color: Riptide. HEX triplet: 85, DF and C3. RGB value is (133,223,195). Sum of RGB (Red+Green+Blue) = 133+223+195=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFC3 is #7A203C. Grayscale: #C0C0C0. Windows color (decimal): -8003645 or 12836741. OLE color: 12836741.
HSL color Cylindrical-coordinate representation of color #85DFC3: hue angle of 161.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DFC3 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 195 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.13 |
| HSL | 161.33º | 0.58% | 0.7% | - |
| HSV(B) | 161.33º | 0.4% | 0.87% | - |
| XYZ | 45.91 | 61.7 | 61.12 | - |
| YUV | 192.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 195 | 0.40 | 0 | 0.13 | 0.13 | 161.33 | 0.58 | 0.7 |
| Hex | 85 | DF | C3 | 28 | 0 | D | D | A1 | 3A | 46 |
| Octal | 205 | 337 | 303 | 50 | 0 | 15 | 15 | 241 | 72 | 106 |
| Binary | 10000101 | 11011111 | 11000011 | 101000 | 0 | 1101 | 1101 | 10100001 | 111010 | 1000110 |
Color Harmonies of #85DFC3
Complementary color
Monochromatic Colors of #85DFC3
Black with #85DFC3
Text Example
Text Example
White with #85DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFC3; }
p { color: rgb(133,223,195); }
H1.HeaderClassName
{
color: #85DFC3;
}
.AnyTagClassName
{
color: #85DFC3;
}
</style>
background-color css
<style>
a { background-color: #85DFC3; }
a { background-color: rgb(133,223,195); }
div.DivClassName
{
background-color: #85DFC3;
}
.BgClassName
{
background-color: #85DFC3;
}
</style>
border-color css
<style>
span { border-color: #85DFC3; }
span { border-color: rgb(133,223,195); }
td.TdClassName
{
border-color: #85DFC3;
}
.TagClassName
{
border-color: #85DFC3;
}
</style>