Shades of Riptide #8CCFCB
Tints of Riptide #8CCFCB
RGB
CMYK
RGB Variations
Color information
#8CCFCB (or 0x8CCFCB) is known color: Riptide. HEX triplet: 8C, CF and CB. RGB value is (140,207,203). Sum of RGB (Red+Green+Blue) = 140+207+203=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFCB is #733034. Grayscale: #BABABA. Windows color (decimal): -7548981 or 13356940. OLE color: 13356940.
HSL color Cylindrical-coordinate representation of color #8CCFCB: hue angle of 176.42º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCFCB is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 203 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.19 |
| HSL | 176.42º | 0.41% | 0.68% | - |
| HSV(B) | 176.42º | 0.32% | 0.81% | - |
| XYZ | 43.91 | 54.51 | 64.71 | - |
| YUV | 186.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 203 | 0.32 | 0 | 0.02 | 0.19 | 176.42 | 0.41 | 0.68 |
| Hex | 8C | CF | CB | 20 | 0 | 2 | 13 | B0 | 29 | 44 |
| Octal | 214 | 317 | 313 | 40 | 0 | 2 | 23 | 260 | 51 | 104 |
| Binary | 10001100 | 11001111 | 11001011 | 100000 | 0 | 10 | 10011 | 10110000 | 101001 | 1000100 |
Color Harmonies of #8CCFCB
Complementary color
Monochromatic Colors of #8CCFCB
Black with #8CCFCB
Text Example
Text Example
White with #8CCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFCB; }
p { color: rgb(140,207,203); }
H1.HeaderClassName
{
color: #8CCFCB;
}
.AnyTagClassName
{
color: #8CCFCB;
}
</style>
background-color css
<style>
a { background-color: #8CCFCB; }
a { background-color: rgb(140,207,203); }
div.DivClassName
{
background-color: #8CCFCB;
}
.BgClassName
{
background-color: #8CCFCB;
}
</style>
border-color css
<style>
span { border-color: #8CCFCB; }
span { border-color: rgb(140,207,203); }
td.TdClassName
{
border-color: #8CCFCB;
}
.TagClassName
{
border-color: #8CCFCB;
}
</style>