Shades of Riptide #8BECCB
Tints of Riptide #8BECCB
RGB
CMYK
RGB Variations
Color information
#8BECCB (or 0x8BECCB) is known color: Riptide. HEX triplet: 8B, EC and CB. RGB value is (139,236,203). Sum of RGB (Red+Green+Blue) = 139+236+203=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECCB is #741334. Grayscale: #CBCBCB. Windows color (decimal): -7607093 or 13364363. OLE color: 13364363.
HSL color Cylindrical-coordinate representation of color #8BECCB: hue angle of 159.59º 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 #8BECCB is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 203 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.07 |
| HSL | 159.59º | 0.72% | 0.74% | - |
| HSV(B) | 159.59º | 0.41% | 0.93% | - |
| XYZ | 51.42 | 69.79 | 67.26 | - |
| YUV | 203.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 203 | 0.41 | 0 | 0.14 | 0.07 | 159.59 | 0.72 | 0.74 |
| Hex | 8B | EC | CB | 29 | 0 | E | 7 | A0 | 48 | 4A |
| Octal | 213 | 354 | 313 | 51 | 0 | 16 | 7 | 240 | 110 | 112 |
| Binary | 10001011 | 11101100 | 11001011 | 101001 | 0 | 1110 | 111 | 10100000 | 1001000 | 1001010 |
Color Harmonies of #8BECCB
Complementary color
Monochromatic Colors of #8BECCB
Black with #8BECCB
Text Example
Text Example
White with #8BECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECCB; }
p { color: rgb(139,236,203); }
H1.HeaderClassName
{
color: #8BECCB;
}
.AnyTagClassName
{
color: #8BECCB;
}
</style>
background-color css
<style>
a { background-color: #8BECCB; }
a { background-color: rgb(139,236,203); }
div.DivClassName
{
background-color: #8BECCB;
}
.BgClassName
{
background-color: #8BECCB;
}
</style>
border-color css
<style>
span { border-color: #8BECCB; }
span { border-color: rgb(139,236,203); }
td.TdClassName
{
border-color: #8BECCB;
}
.TagClassName
{
border-color: #8BECCB;
}
</style>