Shades of Riptide #85DCC3
Tints of Riptide #85DCC3
RGB
CMYK
RGB Variations
Color information
#85DCC3 (or 0x85DCC3) is known color: Riptide. HEX triplet: 85, DC and C3. RGB value is (133,220,195). Sum of RGB (Red+Green+Blue) = 133+220+195=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCC3 is #7A233C. Grayscale: #BFBFBF. Windows color (decimal): -8004413 or 12835973. OLE color: 12835973.
HSL color Cylindrical-coordinate representation of color #85DCC3: hue angle of 162.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCC3 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 195 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.14 |
| HSL | 162.76º | 0.55% | 0.69% | - |
| HSV(B) | 162.76º | 0.4% | 0.86% | - |
| XYZ | 45.12 | 60.11 | 60.85 | - |
| YUV | 191.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 195 | 0.40 | 0 | 0.11 | 0.14 | 162.76 | 0.55 | 0.69 |
| Hex | 85 | DC | C3 | 28 | 0 | B | E | A3 | 37 | 45 |
| Octal | 205 | 334 | 303 | 50 | 0 | 13 | 16 | 243 | 67 | 105 |
| Binary | 10000101 | 11011100 | 11000011 | 101000 | 0 | 1011 | 1110 | 10100011 | 110111 | 1000101 |
Color Harmonies of #85DCC3
Complementary color
Monochromatic Colors of #85DCC3
Black with #85DCC3
Text Example
Text Example
White with #85DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCC3; }
p { color: rgb(133,220,195); }
H1.HeaderClassName
{
color: #85DCC3;
}
.AnyTagClassName
{
color: #85DCC3;
}
</style>
background-color css
<style>
a { background-color: #85DCC3; }
a { background-color: rgb(133,220,195); }
div.DivClassName
{
background-color: #85DCC3;
}
.BgClassName
{
background-color: #85DCC3;
}
</style>
border-color css
<style>
span { border-color: #85DCC3; }
span { border-color: rgb(133,220,195); }
td.TdClassName
{
border-color: #85DCC3;
}
.TagClassName
{
border-color: #85DCC3;
}
</style>