Shades of Riptide #85EAC3
Tints of Riptide #85EAC3
RGB
CMYK
RGB Variations
Color information
#85EAC3 (or 0x85EAC3) is known color: Riptide. HEX triplet: 85, EA and C3. RGB value is (133,234,195). Sum of RGB (Red+Green+Blue) = 133+234+195=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #85EAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EAC3 is #7A153C. Grayscale: #C7C7C7. Windows color (decimal): -8000829 or 12839557. OLE color: 12839557.
HSL color Cylindrical-coordinate representation of color #85EAC3: hue angle of 156.83º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EAC3 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 195 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.08 |
| HSL | 156.83º | 0.71% | 0.72% | - |
| HSV(B) | 156.83º | 0.43% | 0.92% | - |
| XYZ | 48.95 | 67.77 | 62.13 | - |
| YUV | 199.36 | 125.54 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 195 | 0.43 | 0 | 0.17 | 0.08 | 156.83 | 0.71 | 0.72 |
| Hex | 85 | EA | C3 | 2B | 0 | 11 | 8 | 9D | 47 | 48 |
| Octal | 205 | 352 | 303 | 53 | 0 | 21 | 10 | 235 | 107 | 110 |
| Binary | 10000101 | 11101010 | 11000011 | 101011 | 0 | 10001 | 1000 | 10011101 | 1000111 | 1001000 |
Color Harmonies of #85EAC3
Complementary color
Monochromatic Colors of #85EAC3
Black with #85EAC3
Text Example
Text Example
White with #85EAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EAC3; }
p { color: rgb(133,234,195); }
H1.HeaderClassName
{
color: #85EAC3;
}
.AnyTagClassName
{
color: #85EAC3;
}
</style>
background-color css
<style>
a { background-color: #85EAC3; }
a { background-color: rgb(133,234,195); }
div.DivClassName
{
background-color: #85EAC3;
}
.BgClassName
{
background-color: #85EAC3;
}
</style>
border-color css
<style>
span { border-color: #85EAC3; }
span { border-color: rgb(133,234,195); }
td.TdClassName
{
border-color: #85EAC3;
}
.TagClassName
{
border-color: #85EAC3;
}
</style>