Shades of Riptide #8CECCB
Tints of Riptide #8CECCB
RGB
CMYK
RGB Variations
Color information
#8CECCB (or 0x8CECCB) is known color: Riptide. HEX triplet: 8C, EC and CB. RGB value is (140,236,203). Sum of RGB (Red+Green+Blue) = 140+236+203=579 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.18% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECCB is #731334. Grayscale: #CBCBCB. Windows color (decimal): -7541557 or 13364364. OLE color: 13364364.
HSL color Cylindrical-coordinate representation of color #8CECCB: hue angle of 159.38º 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 #8CECCB is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 203 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.07 |
| HSL | 159.38º | 0.72% | 0.74% | - |
| HSV(B) | 159.38º | 0.41% | 0.93% | - |
| XYZ | 51.59 | 69.88 | 67.27 | - |
| YUV | 203.53 | 127.7 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 203 | 0.41 | 0 | 0.14 | 0.07 | 159.38 | 0.72 | 0.74 |
| Hex | 8C | EC | CB | 29 | 0 | E | 7 | 9F | 48 | 4A |
| Octal | 214 | 354 | 313 | 51 | 0 | 16 | 7 | 237 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11001011 | 101001 | 0 | 1110 | 111 | 10011111 | 1001000 | 1001010 |
Color Harmonies of #8CECCB
Complementary color
Monochromatic Colors of #8CECCB
Black with #8CECCB
Text Example
Text Example
White with #8CECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECCB; }
p { color: rgb(140,236,203); }
H1.HeaderClassName
{
color: #8CECCB;
}
.AnyTagClassName
{
color: #8CECCB;
}
</style>
background-color css
<style>
a { background-color: #8CECCB; }
a { background-color: rgb(140,236,203); }
div.DivClassName
{
background-color: #8CECCB;
}
.BgClassName
{
background-color: #8CECCB;
}
</style>
border-color css
<style>
span { border-color: #8CECCB; }
span { border-color: rgb(140,236,203); }
td.TdClassName
{
border-color: #8CECCB;
}
.TagClassName
{
border-color: #8CECCB;
}
</style>