Shades of Riptide #99DFCB
Tints of Riptide #99DFCB
RGB
CMYK
RGB Variations
Color information
#99DFCB (or 0x99DFCB) is known color: Riptide. HEX triplet: 99, DF and CB. RGB value is (153,223,203). Sum of RGB (Red+Green+Blue) = 153+223+203=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFCB is #662034. Grayscale: #C7C7C7. Windows color (decimal): -6692917 or 13361049. OLE color: 13361049.
HSL color Cylindrical-coordinate representation of color #99DFCB: hue angle of 162.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFCB is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 203 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.13 |
| HSL | 162.86º | 0.52% | 0.74% | - |
| HSV(B) | 162.86º | 0.31% | 0.87% | - |
| XYZ | 50.3 | 63.86 | 66.17 | - |
| YUV | 199.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 203 | 0.31 | 0 | 0.09 | 0.13 | 162.86 | 0.52 | 0.74 |
| Hex | 99 | DF | CB | 1F | 0 | 9 | D | A3 | 34 | 4A |
| Octal | 231 | 337 | 313 | 37 | 0 | 11 | 15 | 243 | 64 | 112 |
| Binary | 10011001 | 11011111 | 11001011 | 11111 | 0 | 1001 | 1101 | 10100011 | 110100 | 1001010 |
Color Harmonies of #99DFCB
Complementary color
Monochromatic Colors of #99DFCB
Black with #99DFCB
Text Example
Text Example
White with #99DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFCB; }
p { color: rgb(153,223,203); }
H1.HeaderClassName
{
color: #99DFCB;
}
.AnyTagClassName
{
color: #99DFCB;
}
</style>
background-color css
<style>
a { background-color: #99DFCB; }
a { background-color: rgb(153,223,203); }
div.DivClassName
{
background-color: #99DFCB;
}
.BgClassName
{
background-color: #99DFCB;
}
</style>
border-color css
<style>
span { border-color: #99DFCB; }
span { border-color: rgb(153,223,203); }
td.TdClassName
{
border-color: #99DFCB;
}
.TagClassName
{
border-color: #99DFCB;
}
</style>