Shades of Riptide #85E4CC
Tints of Riptide #85E4CC
RGB
CMYK
RGB Variations
Color information
#85E4CC (or 0x85E4CC) is known color: Riptide. HEX triplet: 85, E4 and CC. RGB value is (133,228,204). Sum of RGB (Red+Green+Blue) = 133+228+204=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E4CC is #7A1B33. Grayscale: #C4C4C4. Windows color (decimal): -8002356 or 13427845. OLE color: 13427845.
HSL color Cylindrical-coordinate representation of color #85E4CC: hue angle of 164.84º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E4CC is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 204 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.11 |
| HSL | 164.84º | 0.64% | 0.71% | - |
| HSV(B) | 164.84º | 0.42% | 0.89% | - |
| XYZ | 48.32 | 64.83 | 67.09 | - |
| YUV | 196.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 204 | 0.42 | 0 | 0.11 | 0.11 | 164.84 | 0.64 | 0.71 |
| Hex | 85 | E4 | CC | 2A | 0 | B | B | A5 | 40 | 47 |
| Octal | 205 | 344 | 314 | 52 | 0 | 13 | 13 | 245 | 100 | 107 |
| Binary | 10000101 | 11100100 | 11001100 | 101010 | 0 | 1011 | 1011 | 10100101 | 1000000 | 1000111 |
Color Harmonies of #85E4CC
Complementary color
Monochromatic Colors of #85E4CC
Black with #85E4CC
Text Example
Text Example
White with #85E4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E4CC; }
p { color: rgb(133,228,204); }
H1.HeaderClassName
{
color: #85E4CC;
}
.AnyTagClassName
{
color: #85E4CC;
}
</style>
background-color css
<style>
a { background-color: #85E4CC; }
a { background-color: rgb(133,228,204); }
div.DivClassName
{
background-color: #85E4CC;
}
.BgClassName
{
background-color: #85E4CC;
}
</style>
border-color css
<style>
span { border-color: #85E4CC; }
span { border-color: rgb(133,228,204); }
td.TdClassName
{
border-color: #85E4CC;
}
.TagClassName
{
border-color: #85E4CC;
}
</style>