Shades of Riptide #85E6CD
Tints of Riptide #85E6CD
RGB
CMYK
RGB Variations
Color information
#85E6CD (or 0x85E6CD) is known color: Riptide. HEX triplet: 85, E6 and CD. RGB value is (133,230,205). Sum of RGB (Red+Green+Blue) = 133+230+205=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #85E6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E6CD is #7A1932. Grayscale: #C6C6C6. Windows color (decimal): -8001843 or 13493893. OLE color: 13493893.
HSL color Cylindrical-coordinate representation of color #85E6CD: hue angle of 164.54º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E6CD is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 205 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.10 |
| HSL | 164.54º | 0.66% | 0.71% | - |
| HSV(B) | 164.54º | 0.42% | 0.9% | - |
| XYZ | 48.99 | 65.99 | 67.91 | - |
| YUV | 198.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 205 | 0.42 | 0 | 0.11 | 0.10 | 164.54 | 0.66 | 0.71 |
| Hex | 85 | E6 | CD | 2A | 0 | B | A | A5 | 42 | 47 |
| Octal | 205 | 346 | 315 | 52 | 0 | 13 | 12 | 245 | 102 | 107 |
| Binary | 10000101 | 11100110 | 11001101 | 101010 | 0 | 1011 | 1010 | 10100101 | 1000010 | 1000111 |
Color Harmonies of #85E6CD
Complementary color
Monochromatic Colors of #85E6CD
Black with #85E6CD
Text Example
Text Example
White with #85E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E6CD; }
p { color: rgb(133,230,205); }
H1.HeaderClassName
{
color: #85E6CD;
}
.AnyTagClassName
{
color: #85E6CD;
}
</style>
background-color css
<style>
a { background-color: #85E6CD; }
a { background-color: rgb(133,230,205); }
div.DivClassName
{
background-color: #85E6CD;
}
.BgClassName
{
background-color: #85E6CD;
}
</style>
border-color css
<style>
span { border-color: #85E6CD; }
span { border-color: rgb(133,230,205); }
td.TdClassName
{
border-color: #85E6CD;
}
.TagClassName
{
border-color: #85E6CD;
}
</style>