Shades of Riptide #83E3CC
Tints of Riptide #83E3CC
RGB
CMYK
RGB Variations
Color information
#83E3CC (or 0x83E3CC) is known color: Riptide. HEX triplet: 83, E3 and CC. RGB value is (131,227,204). Sum of RGB (Red+Green+Blue) = 131+227+204=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #83E3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E3CC is #7C1C33. Grayscale: #C3C3C3. Windows color (decimal): -8133684 or 13427587. OLE color: 13427587.
HSL color Cylindrical-coordinate representation of color #83E3CC: hue angle of 165.62º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E3CC is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 227 | 204 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.11 |
| HSL | 165.63º | 0.63% | 0.7% | - |
| HSV(B) | 165.63º | 0.42% | 0.89% | - |
| XYZ | 47.73 | 64.12 | 66.99 | - |
| YUV | 195.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 227 | 204 | 0.42 | 0 | 0.10 | 0.11 | 165.63 | 0.63 | 0.7 |
| Hex | 83 | E3 | CC | 2A | 0 | A | B | A6 | 3F | 46 |
| Octal | 203 | 343 | 314 | 52 | 0 | 12 | 13 | 246 | 77 | 106 |
| Binary | 10000011 | 11100011 | 11001100 | 101010 | 0 | 1010 | 1011 | 10100110 | 111111 | 1000110 |
Color Harmonies of #83E3CC
Complementary color
Monochromatic Colors of #83E3CC
Black with #83E3CC
Text Example
Text Example
White with #83E3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E3CC; }
p { color: rgb(131,227,204); }
H1.HeaderClassName
{
color: #83E3CC;
}
.AnyTagClassName
{
color: #83E3CC;
}
</style>
background-color css
<style>
a { background-color: #83E3CC; }
a { background-color: rgb(131,227,204); }
div.DivClassName
{
background-color: #83E3CC;
}
.BgClassName
{
background-color: #83E3CC;
}
</style>
border-color css
<style>
span { border-color: #83E3CC; }
span { border-color: rgb(131,227,204); }
td.TdClassName
{
border-color: #83E3CC;
}
.TagClassName
{
border-color: #83E3CC;
}
</style>