Shades of Bermuda #8CCDC3
Tints of Bermuda #8CCDC3
RGB
CMYK
RGB Variations
Color information
#8CCDC3 (or 0x8CCDC3) is known color: Bermuda. HEX triplet: 8C, CD and C3. RGB value is (140,205,195). Sum of RGB (Red+Green+Blue) = 140+205+195=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDC3 is #73323C. Grayscale: #B8B8B8. Windows color (decimal): -7549501 or 12832140. OLE color: 12832140.
HSL color Cylindrical-coordinate representation of color #8CCDC3: hue angle of 170.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCDC3 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 195 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.20 |
| HSL | 170.77º | 0.39% | 0.68% | - |
| HSV(B) | 170.77º | 0.32% | 0.8% | - |
| XYZ | 42.5 | 53.18 | 59.65 | - |
| YUV | 184.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 195 | 0.32 | 0 | 0.05 | 0.20 | 170.77 | 0.39 | 0.68 |
| Hex | 8C | CD | C3 | 20 | 0 | 5 | 14 | AB | 27 | 44 |
| Octal | 214 | 315 | 303 | 40 | 0 | 5 | 24 | 253 | 47 | 104 |
| Binary | 10001100 | 11001101 | 11000011 | 100000 | 0 | 101 | 10100 | 10101011 | 100111 | 1000100 |
Color Harmonies of #8CCDC3
Complementary color
Monochromatic Colors of #8CCDC3
Black with #8CCDC3
Text Example
Text Example
White with #8CCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDC3; }
p { color: rgb(140,205,195); }
H1.HeaderClassName
{
color: #8CCDC3;
}
.AnyTagClassName
{
color: #8CCDC3;
}
</style>
background-color css
<style>
a { background-color: #8CCDC3; }
a { background-color: rgb(140,205,195); }
div.DivClassName
{
background-color: #8CCDC3;
}
.BgClassName
{
background-color: #8CCDC3;
}
</style>
border-color css
<style>
span { border-color: #8CCDC3; }
span { border-color: rgb(140,205,195); }
td.TdClassName
{
border-color: #8CCDC3;
}
.TagClassName
{
border-color: #8CCDC3;
}
</style>