Shades of Riptide #94D2C3
Tints of Riptide #94D2C3
RGB
CMYK
RGB Variations
Color information
#94D2C3 (or 0x94D2C3) is known color: Riptide. HEX triplet: 94, D2 and C3. RGB value is (148,210,195). Sum of RGB (Red+Green+Blue) = 148+210+195=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #94D2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D2C3 is #6B2D3C. Grayscale: #BDBDBD. Windows color (decimal): -7023933 or 12833428. OLE color: 12833428.
HSL color Cylindrical-coordinate representation of color #94D2C3: hue angle of 165.48º 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 #94D2C3 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 195 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.18 |
| HSL | 165.48º | 0.41% | 0.7% | - |
| HSV(B) | 165.48º | 0.3% | 0.82% | - |
| XYZ | 45.11 | 56.33 | 60.12 | - |
| YUV | 189.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 195 | 0.30 | 0 | 0.07 | 0.18 | 165.48 | 0.41 | 0.7 |
| Hex | 94 | D2 | C3 | 1E | 0 | 7 | 12 | A5 | 29 | 46 |
| Octal | 224 | 322 | 303 | 36 | 0 | 7 | 22 | 245 | 51 | 106 |
| Binary | 10010100 | 11010010 | 11000011 | 11110 | 0 | 111 | 10010 | 10100101 | 101001 | 1000110 |
Color Harmonies of #94D2C3
Complementary color
Monochromatic Colors of #94D2C3
Black with #94D2C3
Text Example
Text Example
White with #94D2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D2C3; }
p { color: rgb(148,210,195); }
H1.HeaderClassName
{
color: #94D2C3;
}
.AnyTagClassName
{
color: #94D2C3;
}
</style>
background-color css
<style>
a { background-color: #94D2C3; }
a { background-color: rgb(148,210,195); }
div.DivClassName
{
background-color: #94D2C3;
}
.BgClassName
{
background-color: #94D2C3;
}
</style>
border-color css
<style>
span { border-color: #94D2C3; }
span { border-color: rgb(148,210,195); }
td.TdClassName
{
border-color: #94D2C3;
}
.TagClassName
{
border-color: #94D2C3;
}
</style>