Shades of Riptide #85DFBE
Tints of Riptide #85DFBE
RGB
CMYK
RGB Variations
Color information
#85DFBE (or 0x85DFBE) is known color: Riptide. HEX triplet: 85, DF and BE. RGB value is (133,223,190). Sum of RGB (Red+Green+Blue) = 133+223+190=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFBE is #7A2041. Grayscale: #C0C0C0. Windows color (decimal): -8003650 or 12509061. OLE color: 12509061.
HSL color Cylindrical-coordinate representation of color #85DFBE: hue angle of 158º 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 #85DFBE is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 190 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.13 |
| HSL | 158º | 0.58% | 0.7% | - |
| HSV(B) | 158º | 0.4% | 0.87% | - |
| XYZ | 45.35 | 61.48 | 58.19 | - |
| YUV | 192.33 | 126.68 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 190 | 0.40 | 0 | 0.15 | 0.13 | 158 | 0.58 | 0.7 |
| Hex | 85 | DF | BE | 28 | 0 | F | D | 9E | 3A | 46 |
| Octal | 205 | 337 | 276 | 50 | 0 | 17 | 15 | 236 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10111110 | 101000 | 0 | 1111 | 1101 | 10011110 | 111010 | 1000110 |
Color Harmonies of #85DFBE
Complementary color
Monochromatic Colors of #85DFBE
Black with #85DFBE
Text Example
Text Example
White with #85DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFBE; }
p { color: rgb(133,223,190); }
H1.HeaderClassName
{
color: #85DFBE;
}
.AnyTagClassName
{
color: #85DFBE;
}
</style>
background-color css
<style>
a { background-color: #85DFBE; }
a { background-color: rgb(133,223,190); }
div.DivClassName
{
background-color: #85DFBE;
}
.BgClassName
{
background-color: #85DFBE;
}
</style>
border-color css
<style>
span { border-color: #85DFBE; }
span { border-color: rgb(133,223,190); }
td.TdClassName
{
border-color: #85DFBE;
}
.TagClassName
{
border-color: #85DFBE;
}
</style>