Shades of Riptide #95DDC4
Tints of Riptide #95DDC4
RGB
CMYK
RGB Variations
Color information
#95DDC4 (or 0x95DDC4) is known color: Riptide. HEX triplet: 95, DD and C4. RGB value is (149,221,196). Sum of RGB (Red+Green+Blue) = 149+221+196=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDC4 is #6A223B. Grayscale: #C4C4C4. Windows color (decimal): -6955580 or 12901781. OLE color: 12901781.
HSL color Cylindrical-coordinate representation of color #95DDC4: hue angle of 159.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DDC4 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 196 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.13 |
| HSL | 159.17º | 0.51% | 0.73% | - |
| HSV(B) | 159.17º | 0.33% | 0.87% | - |
| XYZ | 48.21 | 62.09 | 61.67 | - |
| YUV | 196.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 196 | 0.33 | 0 | 0.11 | 0.13 | 159.17 | 0.51 | 0.73 |
| Hex | 95 | DD | C4 | 21 | 0 | B | D | 9F | 33 | 49 |
| Octal | 225 | 335 | 304 | 41 | 0 | 13 | 15 | 237 | 63 | 111 |
| Binary | 10010101 | 11011101 | 11000100 | 100001 | 0 | 1011 | 1101 | 10011111 | 110011 | 1001001 |
Color Harmonies of #95DDC4
Complementary color
Monochromatic Colors of #95DDC4
Black with #95DDC4
Text Example
Text Example
White with #95DDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DDC4; }
p { color: rgb(149,221,196); }
H1.HeaderClassName
{
color: #95DDC4;
}
.AnyTagClassName
{
color: #95DDC4;
}
</style>
background-color css
<style>
a { background-color: #95DDC4; }
a { background-color: rgb(149,221,196); }
div.DivClassName
{
background-color: #95DDC4;
}
.BgClassName
{
background-color: #95DDC4;
}
</style>
border-color css
<style>
span { border-color: #95DDC4; }
span { border-color: rgb(149,221,196); }
td.TdClassName
{
border-color: #95DDC4;
}
.TagClassName
{
border-color: #95DDC4;
}
</style>