Shades of Riptide #83CECD
Tints of Riptide #83CECD
RGB
CMYK
RGB Variations
Color information
#83CECD (or 0x83CECD) is known color: Riptide. HEX triplet: 83, CE and CD. RGB value is (131,206,205). Sum of RGB (Red+Green+Blue) = 131+206+205=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #83CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CECD is #7C3132. Grayscale: #B7B7B7. Windows color (decimal): -8139059 or 13487747. OLE color: 13487747.
HSL color Cylindrical-coordinate representation of color #83CECD: hue angle of 179.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CECD is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 205 | - |
| CMYK | 0.36 | 0 | 0.00 | 0.19 |
| HSL | 179.2º | 0.43% | 0.66% | - |
| HSV(B) | 179.2º | 0.36% | 0.81% | - |
| XYZ | 42.45 | 53.38 | 65.82 | - |
| YUV | 183.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 205 | 0.36 | 0 | 0.00 | 0.19 | 179.2 | 0.43 | 0.66 |
| Hex | 83 | CE | CD | 24 | 0 | 0 | 13 | B3 | 2B | 42 |
| Octal | 203 | 316 | 315 | 44 | 0 | 0 | 23 | 263 | 53 | 102 |
| Binary | 10000011 | 11001110 | 11001101 | 100100 | 0 | 0 | 10011 | 10110011 | 101011 | 1000010 |
Color Harmonies of #83CECD
Complementary color
Monochromatic Colors of #83CECD
Black with #83CECD
Text Example
Text Example
White with #83CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CECD; }
p { color: rgb(131,206,205); }
H1.HeaderClassName
{
color: #83CECD;
}
.AnyTagClassName
{
color: #83CECD;
}
</style>
background-color css
<style>
a { background-color: #83CECD; }
a { background-color: rgb(131,206,205); }
div.DivClassName
{
background-color: #83CECD;
}
.BgClassName
{
background-color: #83CECD;
}
</style>
border-color css
<style>
span { border-color: #83CECD; }
span { border-color: rgb(131,206,205); }
td.TdClassName
{
border-color: #83CECD;
}
.TagClassName
{
border-color: #83CECD;
}
</style>