Shades of Riptide #8BEACC
Tints of Riptide #8BEACC
RGB
CMYK
RGB Variations
Color information
#8BEACC (or 0x8BEACC) is known color: Riptide. HEX triplet: 8B, EA and CC. RGB value is (139,234,204). Sum of RGB (Red+Green+Blue) = 139+234+204=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEACC is #741533. Grayscale: #CACACA. Windows color (decimal): -7607604 or 13429387. OLE color: 13429387.
HSL color Cylindrical-coordinate representation of color #8BEACC: hue angle of 161.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEACC is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 204 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.08 |
| HSL | 161.05º | 0.69% | 0.73% | - |
| HSV(B) | 161.05º | 0.41% | 0.92% | - |
| XYZ | 50.97 | 68.69 | 67.7 | - |
| YUV | 202.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 204 | 0.41 | 0 | 0.13 | 0.08 | 161.05 | 0.69 | 0.73 |
| Hex | 8B | EA | CC | 29 | 0 | D | 8 | A1 | 45 | 49 |
| Octal | 213 | 352 | 314 | 51 | 0 | 15 | 10 | 241 | 105 | 111 |
| Binary | 10001011 | 11101010 | 11001100 | 101001 | 0 | 1101 | 1000 | 10100001 | 1000101 | 1001001 |
Color Harmonies of #8BEACC
Complementary color
Monochromatic Colors of #8BEACC
Black with #8BEACC
Text Example
Text Example
White with #8BEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEACC; }
p { color: rgb(139,234,204); }
H1.HeaderClassName
{
color: #8BEACC;
}
.AnyTagClassName
{
color: #8BEACC;
}
</style>
background-color css
<style>
a { background-color: #8BEACC; }
a { background-color: rgb(139,234,204); }
div.DivClassName
{
background-color: #8BEACC;
}
.BgClassName
{
background-color: #8BEACC;
}
</style>
border-color css
<style>
span { border-color: #8BEACC; }
span { border-color: rgb(139,234,204); }
td.TdClassName
{
border-color: #8BEACC;
}
.TagClassName
{
border-color: #8BEACC;
}
</style>