Shades of Bermuda #7CCFCB
Tints of Bermuda #7CCFCB
RGB
CMYK
RGB Variations
Color information
#7CCFCB (or 0x7CCFCB) is known color: Bermuda. HEX triplet: 7C, CF and CB. RGB value is (124,207,203). Sum of RGB (Red+Green+Blue) = 124+207+203=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFCB is #833034. Grayscale: #B5B5B5. Windows color (decimal): -8597557 or 13356924. OLE color: 13356924.
HSL color Cylindrical-coordinate representation of color #7CCFCB: hue angle of 177.11º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCFCB is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 203 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.19 |
| HSL | 177.11º | 0.46% | 0.65% | - |
| HSV(B) | 177.11º | 0.4% | 0.81% | - |
| XYZ | 41.4 | 53.22 | 64.59 | - |
| YUV | 181.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 203 | 0.40 | 0 | 0.02 | 0.19 | 177.11 | 0.46 | 0.65 |
| Hex | 7C | CF | CB | 28 | 0 | 2 | 13 | B1 | 2E | 41 |
| Octal | 174 | 317 | 313 | 50 | 0 | 2 | 23 | 261 | 56 | 101 |
| Binary | 1111100 | 11001111 | 11001011 | 101000 | 0 | 10 | 10011 | 10110001 | 101110 | 1000001 |
Color Harmonies of #7CCFCB
Complementary color
Monochromatic Colors of #7CCFCB
Black with #7CCFCB
Text Example
Text Example
White with #7CCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCFCB; }
p { color: rgb(124,207,203); }
H1.HeaderClassName
{
color: #7CCFCB;
}
.AnyTagClassName
{
color: #7CCFCB;
}
</style>
background-color css
<style>
a { background-color: #7CCFCB; }
a { background-color: rgb(124,207,203); }
div.DivClassName
{
background-color: #7CCFCB;
}
.BgClassName
{
background-color: #7CCFCB;
}
</style>
border-color css
<style>
span { border-color: #7CCFCB; }
span { border-color: rgb(124,207,203); }
td.TdClassName
{
border-color: #7CCFCB;
}
.TagClassName
{
border-color: #7CCFCB;
}
</style>