Shades of Riptide #94D3CC
Tints of Riptide #94D3CC
RGB
CMYK
RGB Variations
Color information
#94D3CC (or 0x94D3CC) is known color: Riptide. HEX triplet: 94, D3 and CC. RGB value is (148,211,204). Sum of RGB (Red+Green+Blue) = 148+211+204=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 211 - color contains mainly: green. Hex color #94D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D3CC is #6B2C33. Grayscale: #BFBFBF. Windows color (decimal): -7023668 or 13423508. OLE color: 13423508.
HSL color Cylindrical-coordinate representation of color #94D3CC: hue angle of 173.33º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D3CC is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 204 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.17 |
| HSL | 173.33º | 0.42% | 0.7% | - |
| HSV(B) | 173.33º | 0.3% | 0.83% | - |
| XYZ | 46.41 | 57.24 | 65.73 | - |
| YUV | 191.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 204 | 0.30 | 0 | 0.03 | 0.17 | 173.33 | 0.42 | 0.7 |
| Hex | 94 | D3 | CC | 1E | 0 | 3 | 11 | AD | 2A | 46 |
| Octal | 224 | 323 | 314 | 36 | 0 | 3 | 21 | 255 | 52 | 106 |
| Binary | 10010100 | 11010011 | 11001100 | 11110 | 0 | 11 | 10001 | 10101101 | 101010 | 1000110 |
Color Harmonies of #94D3CC
Complementary color
Monochromatic Colors of #94D3CC
Black with #94D3CC
Text Example
Text Example
White with #94D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D3CC; }
p { color: rgb(148,211,204); }
H1.HeaderClassName
{
color: #94D3CC;
}
.AnyTagClassName
{
color: #94D3CC;
}
</style>
background-color css
<style>
a { background-color: #94D3CC; }
a { background-color: rgb(148,211,204); }
div.DivClassName
{
background-color: #94D3CC;
}
.BgClassName
{
background-color: #94D3CC;
}
</style>
border-color css
<style>
span { border-color: #94D3CC; }
span { border-color: rgb(148,211,204); }
td.TdClassName
{
border-color: #94D3CC;
}
.TagClassName
{
border-color: #94D3CC;
}
</style>