Shades of Bermuda #8ACDC7
Tints of Bermuda #8ACDC7
RGB
CMYK
RGB Variations
Color information
#8ACDC7 (or 0x8ACDC7) is known color: Bermuda. HEX triplet: 8A, CD and C7. RGB value is (138,205,199). Sum of RGB (Red+Green+Blue) = 138+205+199=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDC7 is #753238. Grayscale: #B8B8B8. Windows color (decimal): -7680569 or 13094282. OLE color: 13094282.
HSL color Cylindrical-coordinate representation of color #8ACDC7: hue angle of 174.63º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDC7 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 199 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.20 |
| HSL | 174.63º | 0.4% | 0.67% | - |
| HSV(B) | 174.63º | 0.33% | 0.8% | - |
| XYZ | 42.62 | 53.19 | 62.05 | - |
| YUV | 184.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 199 | 0.33 | 0 | 0.03 | 0.20 | 174.63 | 0.4 | 0.67 |
| Hex | 8A | CD | C7 | 21 | 0 | 3 | 14 | AF | 28 | 43 |
| Octal | 212 | 315 | 307 | 41 | 0 | 3 | 24 | 257 | 50 | 103 |
| Binary | 10001010 | 11001101 | 11000111 | 100001 | 0 | 11 | 10100 | 10101111 | 101000 | 1000011 |
Color Harmonies of #8ACDC7
Complementary color
Monochromatic Colors of #8ACDC7
Black with #8ACDC7
Text Example
Text Example
White with #8ACDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDC7; }
p { color: rgb(138,205,199); }
H1.HeaderClassName
{
color: #8ACDC7;
}
.AnyTagClassName
{
color: #8ACDC7;
}
</style>
background-color css
<style>
a { background-color: #8ACDC7; }
a { background-color: rgb(138,205,199); }
div.DivClassName
{
background-color: #8ACDC7;
}
.BgClassName
{
background-color: #8ACDC7;
}
</style>
border-color css
<style>
span { border-color: #8ACDC7; }
span { border-color: rgb(138,205,199); }
td.TdClassName
{
border-color: #8ACDC7;
}
.TagClassName
{
border-color: #8ACDC7;
}
</style>