Shades of Bermuda #8ACDC2
Tints of Bermuda #8ACDC2
RGB
CMYK
RGB Variations
Color information
#8ACDC2 (or 0x8ACDC2) is known color: Bermuda. HEX triplet: 8A, CD and C2. RGB value is (138,205,194). Sum of RGB (Red+Green+Blue) = 138+205+194=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDC2 is #75323D. Grayscale: #B7B7B7. Windows color (decimal): -7680574 or 12766602. OLE color: 12766602.
HSL color Cylindrical-coordinate representation of color #8ACDC2: hue angle of 170.15º 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 #8ACDC2 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 194 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.20 |
| HSL | 170.15º | 0.4% | 0.67% | - |
| HSV(B) | 170.15º | 0.33% | 0.8% | - |
| XYZ | 42.05 | 52.96 | 59.05 | - |
| YUV | 183.71 | 133.8 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 194 | 0.33 | 0 | 0.05 | 0.20 | 170.15 | 0.4 | 0.67 |
| Hex | 8A | CD | C2 | 21 | 0 | 5 | 14 | AA | 28 | 43 |
| Octal | 212 | 315 | 302 | 41 | 0 | 5 | 24 | 252 | 50 | 103 |
| Binary | 10001010 | 11001101 | 11000010 | 100001 | 0 | 101 | 10100 | 10101010 | 101000 | 1000011 |
Color Harmonies of #8ACDC2
Complementary color
Monochromatic Colors of #8ACDC2
Black with #8ACDC2
Text Example
Text Example
White with #8ACDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDC2; }
p { color: rgb(138,205,194); }
H1.HeaderClassName
{
color: #8ACDC2;
}
.AnyTagClassName
{
color: #8ACDC2;
}
</style>
background-color css
<style>
a { background-color: #8ACDC2; }
a { background-color: rgb(138,205,194); }
div.DivClassName
{
background-color: #8ACDC2;
}
.BgClassName
{
background-color: #8ACDC2;
}
</style>
border-color css
<style>
span { border-color: #8ACDC2; }
span { border-color: rgb(138,205,194); }
td.TdClassName
{
border-color: #8ACDC2;
}
.TagClassName
{
border-color: #8ACDC2;
}
</style>