Shades of Riptide #85EAC2
Tints of Riptide #85EAC2
RGB
CMYK
RGB Variations
Color information
#85EAC2 (or 0x85EAC2) is known color: Riptide. HEX triplet: 85, EA and C2. RGB value is (133,234,194). Sum of RGB (Red+Green+Blue) = 133+234+194=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #85EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EAC2 is #7A153D. Grayscale: #C7C7C7. Windows color (decimal): -8000830 or 12774021. OLE color: 12774021.
HSL color Cylindrical-coordinate representation of color #85EAC2: hue angle of 156.24º 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 #85EAC2 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 194 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.08 |
| HSL | 156.24º | 0.71% | 0.72% | - |
| HSV(B) | 156.24º | 0.43% | 0.92% | - |
| XYZ | 48.83 | 67.73 | 61.54 | - |
| YUV | 199.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 194 | 0.43 | 0 | 0.17 | 0.08 | 156.24 | 0.71 | 0.72 |
| Hex | 85 | EA | C2 | 2B | 0 | 11 | 8 | 9C | 47 | 48 |
| Octal | 205 | 352 | 302 | 53 | 0 | 21 | 10 | 234 | 107 | 110 |
| Binary | 10000101 | 11101010 | 11000010 | 101011 | 0 | 10001 | 1000 | 10011100 | 1000111 | 1001000 |
Color Harmonies of #85EAC2
Complementary color
Monochromatic Colors of #85EAC2
Black with #85EAC2
Text Example
Text Example
White with #85EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EAC2; }
p { color: rgb(133,234,194); }
H1.HeaderClassName
{
color: #85EAC2;
}
.AnyTagClassName
{
color: #85EAC2;
}
</style>
background-color css
<style>
a { background-color: #85EAC2; }
a { background-color: rgb(133,234,194); }
div.DivClassName
{
background-color: #85EAC2;
}
.BgClassName
{
background-color: #85EAC2;
}
</style>
border-color css
<style>
span { border-color: #85EAC2; }
span { border-color: rgb(133,234,194); }
td.TdClassName
{
border-color: #85EAC2;
}
.TagClassName
{
border-color: #85EAC2;
}
</style>