Shades of Riptide #83EAC8
Tints of Riptide #83EAC8
RGB
CMYK
RGB Variations
Color information
#83EAC8 (or 0x83EAC8) is known color: Riptide. HEX triplet: 83, EA and C8. RGB value is (131,234,200). Sum of RGB (Red+Green+Blue) = 131+234+200=565 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.19% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #83EAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EAC8 is #7C1537. Grayscale: #C7C7C7. Windows color (decimal): -8131896 or 13167235. OLE color: 13167235.
HSL color Cylindrical-coordinate representation of color #83EAC8: hue angle of 160.19º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EAC8 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 234 | 200 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.08 |
| HSL | 160.19º | 0.71% | 0.72% | - |
| HSV(B) | 160.19º | 0.44% | 0.92% | - |
| XYZ | 49.21 | 67.84 | 65.14 | - |
| YUV | 199.33 | 128.38 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 234 | 200 | 0.44 | 0 | 0.15 | 0.08 | 160.19 | 0.71 | 0.72 |
| Hex | 83 | EA | C8 | 2C | 0 | F | 8 | A0 | 47 | 48 |
| Octal | 203 | 352 | 310 | 54 | 0 | 17 | 10 | 240 | 107 | 110 |
| Binary | 10000011 | 11101010 | 11001000 | 101100 | 0 | 1111 | 1000 | 10100000 | 1000111 | 1001000 |
Color Harmonies of #83EAC8
Complementary color
Monochromatic Colors of #83EAC8
Black with #83EAC8
Text Example
Text Example
White with #83EAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EAC8; }
p { color: rgb(131,234,200); }
H1.HeaderClassName
{
color: #83EAC8;
}
.AnyTagClassName
{
color: #83EAC8;
}
</style>
background-color css
<style>
a { background-color: #83EAC8; }
a { background-color: rgb(131,234,200); }
div.DivClassName
{
background-color: #83EAC8;
}
.BgClassName
{
background-color: #83EAC8;
}
</style>
border-color css
<style>
span { border-color: #83EAC8; }
span { border-color: rgb(131,234,200); }
td.TdClassName
{
border-color: #83EAC8;
}
.TagClassName
{
border-color: #83EAC8;
}
</style>