Shades of Riptide #8BCCCB
Tints of Riptide #8BCCCB
RGB
CMYK
RGB Variations
Color information
#8BCCCB (or 0x8BCCCB) is known color: Riptide. HEX triplet: 8B, CC and CB. RGB value is (139,204,203). Sum of RGB (Red+Green+Blue) = 139+204+203=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCCB is #743334. Grayscale: #B8B8B8. Windows color (decimal): -7615285 or 13356171. OLE color: 13356171.
HSL color Cylindrical-coordinate representation of color #8BCCCB: hue angle of 179.08º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCCCB is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 203 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.2 |
| HSL | 179.08º | 0.39% | 0.67% | - |
| HSV(B) | 179.08º | 0.32% | 0.8% | - |
| XYZ | 43.02 | 52.99 | 64.46 | - |
| YUV | 184.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 203 | 0.32 | 0 | 0.00 | 0.2 | 179.08 | 0.39 | 0.67 |
| Hex | 8B | CC | CB | 20 | 0 | 0 | 14 | B3 | 27 | 43 |
| Octal | 213 | 314 | 313 | 40 | 0 | 0 | 24 | 263 | 47 | 103 |
| Binary | 10001011 | 11001100 | 11001011 | 100000 | 0 | 0 | 10100 | 10110011 | 100111 | 1000011 |
Color Harmonies of #8BCCCB
Complementary color
Monochromatic Colors of #8BCCCB
Black with #8BCCCB
Text Example
Text Example
White with #8BCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCCB; }
p { color: rgb(139,204,203); }
H1.HeaderClassName
{
color: #8BCCCB;
}
.AnyTagClassName
{
color: #8BCCCB;
}
</style>
background-color css
<style>
a { background-color: #8BCCCB; }
a { background-color: rgb(139,204,203); }
div.DivClassName
{
background-color: #8BCCCB;
}
.BgClassName
{
background-color: #8BCCCB;
}
</style>
border-color css
<style>
span { border-color: #8BCCCB; }
span { border-color: rgb(139,204,203); }
td.TdClassName
{
border-color: #8BCCCB;
}
.TagClassName
{
border-color: #8BCCCB;
}
</style>