Shades of Riptide #83CFCD
Tints of Riptide #83CFCD
RGB
CMYK
RGB Variations
Color information
#83CFCD (or 0x83CFCD) is known color: Riptide. HEX triplet: 83, CF and CD. RGB value is (131,207,205). Sum of RGB (Red+Green+Blue) = 131+207+205=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #83CFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFCD is #7C3032. Grayscale: #B7B7B7. Windows color (decimal): -8138803 or 13488003. OLE color: 13488003.
HSL color Cylindrical-coordinate representation of color #83CFCD: hue angle of 178.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83CFCD is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 205 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.19 |
| HSL | 178.42º | 0.44% | 0.66% | - |
| HSV(B) | 178.42º | 0.37% | 0.81% | - |
| XYZ | 42.69 | 53.86 | 65.9 | - |
| YUV | 184.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 205 | 0.37 | 0 | 0.01 | 0.19 | 178.42 | 0.44 | 0.66 |
| Hex | 83 | CF | CD | 25 | 0 | 1 | 13 | B2 | 2C | 42 |
| Octal | 203 | 317 | 315 | 45 | 0 | 1 | 23 | 262 | 54 | 102 |
| Binary | 10000011 | 11001111 | 11001101 | 100101 | 0 | 1 | 10011 | 10110010 | 101100 | 1000010 |
Color Harmonies of #83CFCD
Complementary color
Monochromatic Colors of #83CFCD
Black with #83CFCD
Text Example
Text Example
White with #83CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CFCD; }
p { color: rgb(131,207,205); }
H1.HeaderClassName
{
color: #83CFCD;
}
.AnyTagClassName
{
color: #83CFCD;
}
</style>
background-color css
<style>
a { background-color: #83CFCD; }
a { background-color: rgb(131,207,205); }
div.DivClassName
{
background-color: #83CFCD;
}
.BgClassName
{
background-color: #83CFCD;
}
</style>
border-color css
<style>
span { border-color: #83CFCD; }
span { border-color: rgb(131,207,205); }
td.TdClassName
{
border-color: #83CFCD;
}
.TagClassName
{
border-color: #83CFCD;
}
</style>