Shades of Riptide #8BECC6
Tints of Riptide #8BECC6
RGB
CMYK
RGB Variations
Color information
#8BECC6 (or 0x8BECC6) is known color: Riptide. HEX triplet: 8B, EC and C6. RGB value is (139,236,198). Sum of RGB (Red+Green+Blue) = 139+236+198=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECC6 is #741339. Grayscale: #CACACA. Windows color (decimal): -7607098 or 13036683. OLE color: 13036683.
HSL color Cylindrical-coordinate representation of color #8BECC6: hue angle of 156.49º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BECC6 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 198 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.07 |
| HSL | 156.49º | 0.72% | 0.74% | - |
| HSV(B) | 156.49º | 0.41% | 0.93% | - |
| XYZ | 50.84 | 69.56 | 64.17 | - |
| YUV | 202.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 198 | 0.41 | 0 | 0.16 | 0.07 | 156.49 | 0.72 | 0.74 |
| Hex | 8B | EC | C6 | 29 | 0 | 10 | 7 | 9C | 48 | 4A |
| Octal | 213 | 354 | 306 | 51 | 0 | 20 | 7 | 234 | 110 | 112 |
| Binary | 10001011 | 11101100 | 11000110 | 101001 | 0 | 10000 | 111 | 10011100 | 1001000 | 1001010 |
Color Harmonies of #8BECC6
Complementary color
Monochromatic Colors of #8BECC6
Black with #8BECC6
Text Example
Text Example
White with #8BECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECC6; }
p { color: rgb(139,236,198); }
H1.HeaderClassName
{
color: #8BECC6;
}
.AnyTagClassName
{
color: #8BECC6;
}
</style>
background-color css
<style>
a { background-color: #8BECC6; }
a { background-color: rgb(139,236,198); }
div.DivClassName
{
background-color: #8BECC6;
}
.BgClassName
{
background-color: #8BECC6;
}
</style>
border-color css
<style>
span { border-color: #8BECC6; }
span { border-color: rgb(139,236,198); }
td.TdClassName
{
border-color: #8BECC6;
}
.TagClassName
{
border-color: #8BECC6;
}
</style>