Shades of Riptide #8CECD4
Tints of Riptide #8CECD4
RGB
CMYK
RGB Variations
Color information
#8CECD4 (or 0x8CECD4) is known color: Riptide. HEX triplet: 8C, EC and D4. RGB value is (140,236,212). Sum of RGB (Red+Green+Blue) = 140+236+212=588 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.81% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECD4 is #73132B. Grayscale: #CCCCCC. Windows color (decimal): -7541548 or 13954188. OLE color: 13954188.
HSL color Cylindrical-coordinate representation of color #8CECD4: hue angle of 165º 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 #8CECD4 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 212 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.07 |
| HSL | 165º | 0.72% | 0.74% | - |
| HSV(B) | 165º | 0.41% | 0.93% | - |
| XYZ | 52.69 | 70.32 | 73.08 | - |
| YUV | 204.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 212 | 0.41 | 0 | 0.10 | 0.07 | 165 | 0.72 | 0.74 |
| Hex | 8C | EC | D4 | 29 | 0 | A | 7 | A5 | 48 | 4A |
| Octal | 214 | 354 | 324 | 51 | 0 | 12 | 7 | 245 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11010100 | 101001 | 0 | 1010 | 111 | 10100101 | 1001000 | 1001010 |
Color Harmonies of #8CECD4
Complementary color
Monochromatic Colors of #8CECD4
Black with #8CECD4
Text Example
Text Example
White with #8CECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECD4; }
p { color: rgb(140,236,212); }
H1.HeaderClassName
{
color: #8CECD4;
}
.AnyTagClassName
{
color: #8CECD4;
}
</style>
background-color css
<style>
a { background-color: #8CECD4; }
a { background-color: rgb(140,236,212); }
div.DivClassName
{
background-color: #8CECD4;
}
.BgClassName
{
background-color: #8CECD4;
}
</style>
border-color css
<style>
span { border-color: #8CECD4; }
span { border-color: rgb(140,236,212); }
td.TdClassName
{
border-color: #8CECD4;
}
.TagClassName
{
border-color: #8CECD4;
}
</style>