Shades of Riptide #83DCD2
Tints of Riptide #83DCD2
RGB
CMYK
RGB Variations
Color information
#83DCD2 (or 0x83DCD2) is known color: Riptide. HEX triplet: 83, DC and D2. RGB value is (131,220,210). Sum of RGB (Red+Green+Blue) = 131+220+210=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCD2 is #7C232D. Grayscale: #C0C0C0. Windows color (decimal): -8135470 or 13819011. OLE color: 13819011.
HSL color Cylindrical-coordinate representation of color #83DCD2: hue angle of 173.26º 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 #83DCD2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 210 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.14 |
| HSL | 173.26º | 0.56% | 0.69% | - |
| HSV(B) | 173.26º | 0.4% | 0.86% | - |
| XYZ | 46.59 | 60.66 | 70.23 | - |
| YUV | 192.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 210 | 0.40 | 0 | 0.05 | 0.14 | 173.26 | 0.56 | 0.69 |
| Hex | 83 | DC | D2 | 28 | 0 | 5 | E | AD | 38 | 45 |
| Octal | 203 | 334 | 322 | 50 | 0 | 5 | 16 | 255 | 70 | 105 |
| Binary | 10000011 | 11011100 | 11010010 | 101000 | 0 | 101 | 1110 | 10101101 | 111000 | 1000101 |
Color Harmonies of #83DCD2
Complementary color
Monochromatic Colors of #83DCD2
Black with #83DCD2
Text Example
Text Example
White with #83DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCD2; }
p { color: rgb(131,220,210); }
H1.HeaderClassName
{
color: #83DCD2;
}
.AnyTagClassName
{
color: #83DCD2;
}
</style>
background-color css
<style>
a { background-color: #83DCD2; }
a { background-color: rgb(131,220,210); }
div.DivClassName
{
background-color: #83DCD2;
}
.BgClassName
{
background-color: #83DCD2;
}
</style>
border-color css
<style>
span { border-color: #83DCD2; }
span { border-color: rgb(131,220,210); }
td.TdClassName
{
border-color: #83DCD2;
}
.TagClassName
{
border-color: #83DCD2;
}
</style>