Shades of Bermuda #94CDC0
Tints of Bermuda #94CDC0
RGB
CMYK
RGB Variations
Color information
#94CDC0 (or 0x94CDC0) is known color: Bermuda. HEX triplet: 94, CD and C0. RGB value is (148,205,192). Sum of RGB (Red+Green+Blue) = 148+205+192=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #94CDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDC0 is #6B323F. Grayscale: #BABABA. Windows color (decimal): -7025216 or 12635540. OLE color: 12635540.
HSL color Cylindrical-coordinate representation of color #94CDC0: hue angle of 166.32º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CDC0 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 205 | 192 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.20 |
| HSL | 166.32º | 0.36% | 0.69% | - |
| HSV(B) | 166.32º | 0.28% | 0.8% | - |
| XYZ | 43.56 | 53.76 | 57.95 | - |
| YUV | 186.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 192 | 0.28 | 0 | 0.06 | 0.20 | 166.32 | 0.36 | 0.69 |
| Hex | 94 | CD | C0 | 1C | 0 | 6 | 14 | A6 | 24 | 45 |
| Octal | 224 | 315 | 300 | 34 | 0 | 6 | 24 | 246 | 44 | 105 |
| Binary | 10010100 | 11001101 | 11000000 | 11100 | 0 | 110 | 10100 | 10100110 | 100100 | 1000101 |
Color Harmonies of #94CDC0
Complementary color
Monochromatic Colors of #94CDC0
Black with #94CDC0
Text Example
Text Example
White with #94CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDC0; }
p { color: rgb(148,205,192); }
H1.HeaderClassName
{
color: #94CDC0;
}
.AnyTagClassName
{
color: #94CDC0;
}
</style>
background-color css
<style>
a { background-color: #94CDC0; }
a { background-color: rgb(148,205,192); }
div.DivClassName
{
background-color: #94CDC0;
}
.BgClassName
{
background-color: #94CDC0;
}
</style>
border-color css
<style>
span { border-color: #94CDC0; }
span { border-color: rgb(148,205,192); }
td.TdClassName
{
border-color: #94CDC0;
}
.TagClassName
{
border-color: #94CDC0;
}
</style>