Shades of Bermuda #7CCDCA
Tints of Bermuda #7CCDCA
RGB
CMYK
RGB Variations
Color information
#7CCDCA (or 0x7CCDCA) is known color: Bermuda. HEX triplet: 7C, CD and CA. RGB value is (124,205,202). Sum of RGB (Red+Green+Blue) = 124+205+202=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDCA is #833235. Grayscale: #B4B4B4. Windows color (decimal): -8598070 or 13290876. OLE color: 13290876.
HSL color Cylindrical-coordinate representation of color #7CCDCA: hue angle of 177.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCDCA is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 202 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.20 |
| HSL | 177.78º | 0.45% | 0.65% | - |
| HSV(B) | 177.78º | 0.4% | 0.8% | - |
| XYZ | 40.8 | 52.21 | 63.8 | - |
| YUV | 180.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 202 | 0.40 | 0 | 0.01 | 0.20 | 177.78 | 0.45 | 0.65 |
| Hex | 7C | CD | CA | 28 | 0 | 1 | 14 | B2 | 2D | 41 |
| Octal | 174 | 315 | 312 | 50 | 0 | 1 | 24 | 262 | 55 | 101 |
| Binary | 1111100 | 11001101 | 11001010 | 101000 | 0 | 1 | 10100 | 10110010 | 101101 | 1000001 |
Color Harmonies of #7CCDCA
Complementary color
Monochromatic Colors of #7CCDCA
Black with #7CCDCA
Text Example
Text Example
White with #7CCDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDCA; }
p { color: rgb(124,205,202); }
H1.HeaderClassName
{
color: #7CCDCA;
}
.AnyTagClassName
{
color: #7CCDCA;
}
</style>
background-color css
<style>
a { background-color: #7CCDCA; }
a { background-color: rgb(124,205,202); }
div.DivClassName
{
background-color: #7CCDCA;
}
.BgClassName
{
background-color: #7CCDCA;
}
</style>
border-color css
<style>
span { border-color: #7CCDCA; }
span { border-color: rgb(124,205,202); }
td.TdClassName
{
border-color: #7CCDCA;
}
.TagClassName
{
border-color: #7CCDCA;
}
</style>