Shades of Riptide #94D2CB
Tints of Riptide #94D2CB
RGB
CMYK
RGB Variations
Color information
#94D2CB (or 0x94D2CB) is known color: Riptide. HEX triplet: 94, D2 and CB. RGB value is (148,210,203). Sum of RGB (Red+Green+Blue) = 148+210+203=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #94D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D2CB is #6B2D34. Grayscale: #BEBEBE. Windows color (decimal): -7023925 or 13357716. OLE color: 13357716.
HSL color Cylindrical-coordinate representation of color #94D2CB: hue angle of 173.23º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D2CB is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 203 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.18 |
| HSL | 173.23º | 0.41% | 0.7% | - |
| HSV(B) | 173.23º | 0.3% | 0.82% | - |
| XYZ | 46.04 | 56.7 | 65.02 | - |
| YUV | 190.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 203 | 0.30 | 0 | 0.03 | 0.18 | 173.23 | 0.41 | 0.7 |
| Hex | 94 | D2 | CB | 1E | 0 | 3 | 12 | AD | 29 | 46 |
| Octal | 224 | 322 | 313 | 36 | 0 | 3 | 22 | 255 | 51 | 106 |
| Binary | 10010100 | 11010010 | 11001011 | 11110 | 0 | 11 | 10010 | 10101101 | 101001 | 1000110 |
Color Harmonies of #94D2CB
Complementary color
Monochromatic Colors of #94D2CB
Black with #94D2CB
Text Example
Text Example
White with #94D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D2CB; }
p { color: rgb(148,210,203); }
H1.HeaderClassName
{
color: #94D2CB;
}
.AnyTagClassName
{
color: #94D2CB;
}
</style>
background-color css
<style>
a { background-color: #94D2CB; }
a { background-color: rgb(148,210,203); }
div.DivClassName
{
background-color: #94D2CB;
}
.BgClassName
{
background-color: #94D2CB;
}
</style>
border-color css
<style>
span { border-color: #94D2CB; }
span { border-color: rgb(148,210,203); }
td.TdClassName
{
border-color: #94D2CB;
}
.TagClassName
{
border-color: #94D2CB;
}
</style>