Shades of Riptide #83DCCA
Tints of Riptide #83DCCA
RGB
CMYK
RGB Variations
Color information
#83DCCA (or 0x83DCCA) is known color: Riptide. HEX triplet: 83, DC and CA. RGB value is (131,220,202). Sum of RGB (Red+Green+Blue) = 131+220+202=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCCA is #7C2335. Grayscale: #BFBFBF. Windows color (decimal): -8135478 or 13294723. OLE color: 13294723.
HSL color Cylindrical-coordinate representation of color #83DCCA: hue angle of 167.87º degrees, saturation: 0.56, 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 #83DCCA is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 202 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.14 |
| HSL | 167.87º | 0.56% | 0.69% | - |
| HSV(B) | 167.87º | 0.4% | 0.86% | - |
| XYZ | 45.61 | 60.28 | 65.11 | - |
| YUV | 191.34 | 134.01 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 202 | 0.40 | 0 | 0.08 | 0.14 | 167.87 | 0.56 | 0.69 |
| Hex | 83 | DC | CA | 28 | 0 | 8 | E | A8 | 38 | 45 |
| Octal | 203 | 334 | 312 | 50 | 0 | 10 | 16 | 250 | 70 | 105 |
| Binary | 10000011 | 11011100 | 11001010 | 101000 | 0 | 1000 | 1110 | 10101000 | 111000 | 1000101 |
Color Harmonies of #83DCCA
Complementary color
Monochromatic Colors of #83DCCA
Black with #83DCCA
Text Example
Text Example
White with #83DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCCA; }
p { color: rgb(131,220,202); }
H1.HeaderClassName
{
color: #83DCCA;
}
.AnyTagClassName
{
color: #83DCCA;
}
</style>
background-color css
<style>
a { background-color: #83DCCA; }
a { background-color: rgb(131,220,202); }
div.DivClassName
{
background-color: #83DCCA;
}
.BgClassName
{
background-color: #83DCCA;
}
</style>
border-color css
<style>
span { border-color: #83DCCA; }
span { border-color: rgb(131,220,202); }
td.TdClassName
{
border-color: #83DCCA;
}
.TagClassName
{
border-color: #83DCCA;
}
</style>