Shades of Bermuda #8DCAC4
Tints of Bermuda #8DCAC4
RGB
CMYK
RGB Variations
Color information
#8DCAC4 (or 0x8DCAC4) is known color: Bermuda. HEX triplet: 8D, CA and C4. RGB value is (141,202,196). Sum of RGB (Red+Green+Blue) = 141+202+196=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCAC4 is #72353B. Grayscale: #B7B7B7. Windows color (decimal): -7484732 or 12896909. OLE color: 12896909.
HSL color Cylindrical-coordinate representation of color #8DCAC4: hue angle of 174.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCAC4 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 196 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.21 |
| HSL | 174.1º | 0.37% | 0.67% | - |
| HSV(B) | 174.1º | 0.3% | 0.79% | - |
| XYZ | 42.07 | 51.89 | 60.02 | - |
| YUV | 183.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 196 | 0.30 | 0 | 0.03 | 0.21 | 174.1 | 0.37 | 0.67 |
| Hex | 8D | CA | C4 | 1E | 0 | 3 | 15 | AE | 25 | 43 |
| Octal | 215 | 312 | 304 | 36 | 0 | 3 | 25 | 256 | 45 | 103 |
| Binary | 10001101 | 11001010 | 11000100 | 11110 | 0 | 11 | 10101 | 10101110 | 100101 | 1000011 |
Color Harmonies of #8DCAC4
Complementary color
Monochromatic Colors of #8DCAC4
Black with #8DCAC4
Text Example
Text Example
White with #8DCAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAC4; }
p { color: rgb(141,202,196); }
H1.HeaderClassName
{
color: #8DCAC4;
}
.AnyTagClassName
{
color: #8DCAC4;
}
</style>
background-color css
<style>
a { background-color: #8DCAC4; }
a { background-color: rgb(141,202,196); }
div.DivClassName
{
background-color: #8DCAC4;
}
.BgClassName
{
background-color: #8DCAC4;
}
</style>
border-color css
<style>
span { border-color: #8DCAC4; }
span { border-color: rgb(141,202,196); }
td.TdClassName
{
border-color: #8DCAC4;
}
.TagClassName
{
border-color: #8DCAC4;
}
</style>