Shades of Riptide #94D9CB
Tints of Riptide #94D9CB
RGB
CMYK
RGB Variations
Color information
#94D9CB (or 0x94D9CB) is known color: Riptide. HEX triplet: 94, D9 and CB. RGB value is (148,217,203). Sum of RGB (Red+Green+Blue) = 148+217+203=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9CB is #6B2634. Grayscale: #C2C2C2. Windows color (decimal): -7022133 or 13359508. OLE color: 13359508.
HSL color Cylindrical-coordinate representation of color #94D9CB: hue angle of 167.83º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9CB is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 203 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.15 |
| HSL | 167.83º | 0.48% | 0.72% | - |
| HSV(B) | 167.83º | 0.32% | 0.85% | - |
| XYZ | 47.81 | 60.23 | 65.61 | - |
| YUV | 194.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 203 | 0.32 | 0 | 0.06 | 0.15 | 167.83 | 0.48 | 0.72 |
| Hex | 94 | D9 | CB | 20 | 0 | 6 | F | A8 | 30 | 48 |
| Octal | 224 | 331 | 313 | 40 | 0 | 6 | 17 | 250 | 60 | 110 |
| Binary | 10010100 | 11011001 | 11001011 | 100000 | 0 | 110 | 1111 | 10101000 | 110000 | 1001000 |
Color Harmonies of #94D9CB
Complementary color
Monochromatic Colors of #94D9CB
Black with #94D9CB
Text Example
Text Example
White with #94D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9CB; }
p { color: rgb(148,217,203); }
H1.HeaderClassName
{
color: #94D9CB;
}
.AnyTagClassName
{
color: #94D9CB;
}
</style>
background-color css
<style>
a { background-color: #94D9CB; }
a { background-color: rgb(148,217,203); }
div.DivClassName
{
background-color: #94D9CB;
}
.BgClassName
{
background-color: #94D9CB;
}
</style>
border-color css
<style>
span { border-color: #94D9CB; }
span { border-color: rgb(148,217,203); }
td.TdClassName
{
border-color: #94D9CB;
}
.TagClassName
{
border-color: #94D9CB;
}
</style>