Shades of Bermuda #94CEC0
Tints of Bermuda #94CEC0
RGB
CMYK
RGB Variations
Color information
#94CEC0 (or 0x94CEC0) is known color: Bermuda. HEX triplet: 94, CE and C0. RGB value is (148,206,192). Sum of RGB (Red+Green+Blue) = 148+206+192=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CEC0 is #6B313F. Grayscale: #BBBBBB. Windows color (decimal): -7024960 or 12635796. OLE color: 12635796.
HSL color Cylindrical-coordinate representation of color #94CEC0: hue angle of 165.52º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CEC0 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 192 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.19 |
| HSL | 165.52º | 0.37% | 0.69% | - |
| HSV(B) | 165.52º | 0.28% | 0.81% | - |
| XYZ | 43.8 | 54.24 | 58.03 | - |
| YUV | 187.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 192 | 0.28 | 0 | 0.07 | 0.19 | 165.52 | 0.37 | 0.69 |
| Hex | 94 | CE | C0 | 1C | 0 | 7 | 13 | A6 | 25 | 45 |
| Octal | 224 | 316 | 300 | 34 | 0 | 7 | 23 | 246 | 45 | 105 |
| Binary | 10010100 | 11001110 | 11000000 | 11100 | 0 | 111 | 10011 | 10100110 | 100101 | 1000101 |
Color Harmonies of #94CEC0
Complementary color
Monochromatic Colors of #94CEC0
Black with #94CEC0
Text Example
Text Example
White with #94CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CEC0; }
p { color: rgb(148,206,192); }
H1.HeaderClassName
{
color: #94CEC0;
}
.AnyTagClassName
{
color: #94CEC0;
}
</style>
background-color css
<style>
a { background-color: #94CEC0; }
a { background-color: rgb(148,206,192); }
div.DivClassName
{
background-color: #94CEC0;
}
.BgClassName
{
background-color: #94CEC0;
}
</style>
border-color css
<style>
span { border-color: #94CEC0; }
span { border-color: rgb(148,206,192); }
td.TdClassName
{
border-color: #94CEC0;
}
.TagClassName
{
border-color: #94CEC0;
}
</style>