Shades of Riptide #99DCC3
Tints of Riptide #99DCC3
RGB
CMYK
RGB Variations
Color information
#99DCC3 (or 0x99DCC3) is known color: Riptide. HEX triplet: 99, DC and C3. RGB value is (153,220,195). Sum of RGB (Red+Green+Blue) = 153+220+195=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCC3 is #66233C. Grayscale: #C5C5C5. Windows color (decimal): -6693693 or 12835993. OLE color: 12835993.
HSL color Cylindrical-coordinate representation of color #99DCC3: hue angle of 157.61º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCC3 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 195 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.14 |
| HSL | 157.61º | 0.49% | 0.73% | - |
| HSV(B) | 157.61º | 0.3% | 0.86% | - |
| XYZ | 48.58 | 61.9 | 61.02 | - |
| YUV | 197.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 195 | 0.30 | 0 | 0.11 | 0.14 | 157.61 | 0.49 | 0.73 |
| Hex | 99 | DC | C3 | 1E | 0 | B | E | 9E | 31 | 49 |
| Octal | 231 | 334 | 303 | 36 | 0 | 13 | 16 | 236 | 61 | 111 |
| Binary | 10011001 | 11011100 | 11000011 | 11110 | 0 | 1011 | 1110 | 10011110 | 110001 | 1001001 |
Color Harmonies of #99DCC3
Complementary color
Monochromatic Colors of #99DCC3
Black with #99DCC3
Text Example
Text Example
White with #99DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCC3; }
p { color: rgb(153,220,195); }
H1.HeaderClassName
{
color: #99DCC3;
}
.AnyTagClassName
{
color: #99DCC3;
}
</style>
background-color css
<style>
a { background-color: #99DCC3; }
a { background-color: rgb(153,220,195); }
div.DivClassName
{
background-color: #99DCC3;
}
.BgClassName
{
background-color: #99DCC3;
}
</style>
border-color css
<style>
span { border-color: #99DCC3; }
span { border-color: rgb(153,220,195); }
td.TdClassName
{
border-color: #99DCC3;
}
.TagClassName
{
border-color: #99DCC3;
}
</style>