Shades of Sinbad #94E6DD
Tints of Sinbad #94E6DD
RGB
CMYK
RGB Variations
Color information
#94E6DD (or 0x94E6DD) is known color: Sinbad. HEX triplet: 94, E6 and DD. RGB value is (148,230,221). Sum of RGB (Red+Green+Blue) = 148+230+221=599 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.71% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E6DD is #6B1922. Grayscale: #CCCCCC. Windows color (decimal): -7018787 or 14542484. OLE color: 14542484.
HSL color Cylindrical-coordinate representation of color #94E6DD: hue angle of 173.41º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E6DD is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 230 | 221 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.10 |
| HSL | 173.41º | 0.62% | 0.74% | - |
| HSV(B) | 173.41º | 0.36% | 0.9% | - |
| XYZ | 53.56 | 68.11 | 78.73 | - |
| YUV | 204.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 230 | 221 | 0.36 | 0 | 0.04 | 0.10 | 173.41 | 0.62 | 0.74 |
| Hex | 94 | E6 | DD | 24 | 0 | 4 | A | AD | 3E | 4A |
| Octal | 224 | 346 | 335 | 44 | 0 | 4 | 12 | 255 | 76 | 112 |
| Binary | 10010100 | 11100110 | 11011101 | 100100 | 0 | 100 | 1010 | 10101101 | 111110 | 1001010 |
Color Harmonies of #94E6DD
Complementary color
Monochromatic Colors of #94E6DD
Black with #94E6DD
Text Example
Text Example
White with #94E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E6DD; }
p { color: rgb(148,230,221); }
H1.HeaderClassName
{
color: #94E6DD;
}
.AnyTagClassName
{
color: #94E6DD;
}
</style>
background-color css
<style>
a { background-color: #94E6DD; }
a { background-color: rgb(148,230,221); }
div.DivClassName
{
background-color: #94E6DD;
}
.BgClassName
{
background-color: #94E6DD;
}
</style>
border-color css
<style>
span { border-color: #94E6DD; }
span { border-color: rgb(148,230,221); }
td.TdClassName
{
border-color: #94E6DD;
}
.TagClassName
{
border-color: #94E6DD;
}
</style>