Shades of Riptide #85EBC2
Tints of Riptide #85EBC2
RGB
CMYK
RGB Variations
Color information
#85EBC2 (or 0x85EBC2) is known color: Riptide. HEX triplet: 85, EB and C2. RGB value is (133,235,194). Sum of RGB (Red+Green+Blue) = 133+235+194=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBC2 is #7A143D. Grayscale: #C7C7C7. Windows color (decimal): -8000574 or 12774277. OLE color: 12774277.
HSL color Cylindrical-coordinate representation of color #85EBC2: hue angle of 155.88º degrees, saturation: 0.72, 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 #85EBC2 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 235 | 194 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.08 |
| HSL | 155.88º | 0.72% | 0.72% | - |
| HSV(B) | 155.88º | 0.43% | 0.92% | - |
| XYZ | 49.12 | 68.3 | 61.63 | - |
| YUV | 199.83 | 124.71 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 235 | 194 | 0.43 | 0 | 0.17 | 0.08 | 155.88 | 0.72 | 0.72 |
| Hex | 85 | EB | C2 | 2B | 0 | 11 | 8 | 9C | 48 | 48 |
| Octal | 205 | 353 | 302 | 53 | 0 | 21 | 10 | 234 | 110 | 110 |
| Binary | 10000101 | 11101011 | 11000010 | 101011 | 0 | 10001 | 1000 | 10011100 | 1001000 | 1001000 |
Color Harmonies of #85EBC2
Complementary color
Monochromatic Colors of #85EBC2
Black with #85EBC2
Text Example
Text Example
White with #85EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EBC2; }
p { color: rgb(133,235,194); }
H1.HeaderClassName
{
color: #85EBC2;
}
.AnyTagClassName
{
color: #85EBC2;
}
</style>
background-color css
<style>
a { background-color: #85EBC2; }
a { background-color: rgb(133,235,194); }
div.DivClassName
{
background-color: #85EBC2;
}
.BgClassName
{
background-color: #85EBC2;
}
</style>
border-color css
<style>
span { border-color: #85EBC2; }
span { border-color: rgb(133,235,194); }
td.TdClassName
{
border-color: #85EBC2;
}
.TagClassName
{
border-color: #85EBC2;
}
</style>