Shades of Bermuda #94CAC0
Tints of Bermuda #94CAC0
RGB
CMYK
RGB Variations
Color information
#94CAC0 (or 0x94CAC0) is known color: Bermuda. HEX triplet: 94, CA and C0. RGB value is (148,202,192). Sum of RGB (Red+Green+Blue) = 148+202+192=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #94CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CAC0 is #6B353F. Grayscale: #B8B8B8. Windows color (decimal): -7025984 or 12634772. OLE color: 12634772.
HSL color Cylindrical-coordinate representation of color #94CAC0: hue angle of 168.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CAC0 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 192 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.21 |
| HSL | 168.89º | 0.34% | 0.69% | - |
| HSV(B) | 168.89º | 0.27% | 0.79% | - |
| XYZ | 42.85 | 52.34 | 57.71 | - |
| YUV | 184.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 192 | 0.27 | 0 | 0.05 | 0.21 | 168.89 | 0.34 | 0.69 |
| Hex | 94 | CA | C0 | 1B | 0 | 5 | 15 | A9 | 22 | 45 |
| Octal | 224 | 312 | 300 | 33 | 0 | 5 | 25 | 251 | 42 | 105 |
| Binary | 10010100 | 11001010 | 11000000 | 11011 | 0 | 101 | 10101 | 10101001 | 100010 | 1000101 |
Color Harmonies of #94CAC0
Complementary color
Monochromatic Colors of #94CAC0
Black with #94CAC0
Text Example
Text Example
White with #94CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CAC0; }
p { color: rgb(148,202,192); }
H1.HeaderClassName
{
color: #94CAC0;
}
.AnyTagClassName
{
color: #94CAC0;
}
</style>
background-color css
<style>
a { background-color: #94CAC0; }
a { background-color: rgb(148,202,192); }
div.DivClassName
{
background-color: #94CAC0;
}
.BgClassName
{
background-color: #94CAC0;
}
</style>
border-color css
<style>
span { border-color: #94CAC0; }
span { border-color: rgb(148,202,192); }
td.TdClassName
{
border-color: #94CAC0;
}
.TagClassName
{
border-color: #94CAC0;
}
</style>