Shades of Riptide #8BDFC4
Tints of Riptide #8BDFC4
RGB
CMYK
RGB Variations
Color information
#8BDFC4 (or 0x8BDFC4) is known color: Riptide. HEX triplet: 8B, DF and C4. RGB value is (139,223,196). Sum of RGB (Red+Green+Blue) = 139+223+196=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFC4 is #74203B. Grayscale: #C2C2C2. Windows color (decimal): -7610428 or 12902283. OLE color: 12902283.
HSL color Cylindrical-coordinate representation of color #8BDFC4: hue angle of 160.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDFC4 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 196 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.13 |
| HSL | 160.71º | 0.57% | 0.71% | - |
| HSV(B) | 160.71º | 0.38% | 0.87% | - |
| XYZ | 47 | 62.25 | 61.76 | - |
| YUV | 194.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 196 | 0.38 | 0 | 0.12 | 0.13 | 160.71 | 0.57 | 0.71 |
| Hex | 8B | DF | C4 | 26 | 0 | C | D | A1 | 39 | 47 |
| Octal | 213 | 337 | 304 | 46 | 0 | 14 | 15 | 241 | 71 | 107 |
| Binary | 10001011 | 11011111 | 11000100 | 100110 | 0 | 1100 | 1101 | 10100001 | 111001 | 1000111 |
Color Harmonies of #8BDFC4
Complementary color
Monochromatic Colors of #8BDFC4
Black with #8BDFC4
Text Example
Text Example
White with #8BDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFC4; }
p { color: rgb(139,223,196); }
H1.HeaderClassName
{
color: #8BDFC4;
}
.AnyTagClassName
{
color: #8BDFC4;
}
</style>
background-color css
<style>
a { background-color: #8BDFC4; }
a { background-color: rgb(139,223,196); }
div.DivClassName
{
background-color: #8BDFC4;
}
.BgClassName
{
background-color: #8BDFC4;
}
</style>
border-color css
<style>
span { border-color: #8BDFC4; }
span { border-color: rgb(139,223,196); }
td.TdClassName
{
border-color: #8BDFC4;
}
.TagClassName
{
border-color: #8BDFC4;
}
</style>