Shades of Riptide #8CDBC3
Tints of Riptide #8CDBC3
RGB
CMYK
RGB Variations
Color information
#8CDBC3 (or 0x8CDBC3) is known color: Riptide. HEX triplet: 8C, DB and C3. RGB value is (140,219,195). Sum of RGB (Red+Green+Blue) = 140+219+195=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDBC3 is #73243C. Grayscale: #C0C0C0. Windows color (decimal): -7545917 or 12835724. OLE color: 12835724.
HSL color Cylindrical-coordinate representation of color #8CDBC3: hue angle of 161.77º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDBC3 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 195 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.14 |
| HSL | 161.77º | 0.52% | 0.7% | - |
| HSV(B) | 161.77º | 0.36% | 0.86% | - |
| XYZ | 46 | 60.18 | 60.82 | - |
| YUV | 192.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 195 | 0.36 | 0 | 0.11 | 0.14 | 161.77 | 0.52 | 0.7 |
| Hex | 8C | DB | C3 | 24 | 0 | B | E | A2 | 34 | 46 |
| Octal | 214 | 333 | 303 | 44 | 0 | 13 | 16 | 242 | 64 | 106 |
| Binary | 10001100 | 11011011 | 11000011 | 100100 | 0 | 1011 | 1110 | 10100010 | 110100 | 1000110 |
Color Harmonies of #8CDBC3
Complementary color
Monochromatic Colors of #8CDBC3
Black with #8CDBC3
Text Example
Text Example
White with #8CDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDBC3; }
p { color: rgb(140,219,195); }
H1.HeaderClassName
{
color: #8CDBC3;
}
.AnyTagClassName
{
color: #8CDBC3;
}
</style>
background-color css
<style>
a { background-color: #8CDBC3; }
a { background-color: rgb(140,219,195); }
div.DivClassName
{
background-color: #8CDBC3;
}
.BgClassName
{
background-color: #8CDBC3;
}
</style>
border-color css
<style>
span { border-color: #8CDBC3; }
span { border-color: rgb(140,219,195); }
td.TdClassName
{
border-color: #8CDBC3;
}
.TagClassName
{
border-color: #8CDBC3;
}
</style>