Shades of Bermuda #94CDC6
Tints of Bermuda #94CDC6
RGB
CMYK
RGB Variations
Color information
#94CDC6 (or 0x94CDC6) is known color: Bermuda. HEX triplet: 94, CD and C6. RGB value is (148,205,198). Sum of RGB (Red+Green+Blue) = 148+205+198=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #94CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDC6 is #6B3239. Grayscale: #BBBBBB. Windows color (decimal): -7025210 or 13028756. OLE color: 13028756.
HSL color Cylindrical-coordinate representation of color #94CDC6: hue angle of 172.63º 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 #94CDC6 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 205 | 198 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.20 |
| HSL | 172.63º | 0.36% | 0.69% | - |
| HSV(B) | 172.63º | 0.28% | 0.8% | - |
| XYZ | 44.24 | 54.04 | 61.52 | - |
| YUV | 187.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 198 | 0.28 | 0 | 0.03 | 0.20 | 172.63 | 0.36 | 0.69 |
| Hex | 94 | CD | C6 | 1C | 0 | 3 | 14 | AD | 24 | 45 |
| Octal | 224 | 315 | 306 | 34 | 0 | 3 | 24 | 255 | 44 | 105 |
| Binary | 10010100 | 11001101 | 11000110 | 11100 | 0 | 11 | 10100 | 10101101 | 100100 | 1000101 |
Color Harmonies of #94CDC6
Complementary color
Monochromatic Colors of #94CDC6
Black with #94CDC6
Text Example
Text Example
White with #94CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDC6; }
p { color: rgb(148,205,198); }
H1.HeaderClassName
{
color: #94CDC6;
}
.AnyTagClassName
{
color: #94CDC6;
}
</style>
background-color css
<style>
a { background-color: #94CDC6; }
a { background-color: rgb(148,205,198); }
div.DivClassName
{
background-color: #94CDC6;
}
.BgClassName
{
background-color: #94CDC6;
}
</style>
border-color css
<style>
span { border-color: #94CDC6; }
span { border-color: rgb(148,205,198); }
td.TdClassName
{
border-color: #94CDC6;
}
.TagClassName
{
border-color: #94CDC6;
}
</style>