Shades of Bermuda #7FCEBE
Tints of Bermuda #7FCEBE
RGB
CMYK
RGB Variations
Color information
#7FCEBE (or 0x7FCEBE) is known color: Bermuda. HEX triplet: 7F, CE and BE. RGB value is (127,206,190). Sum of RGB (Red+Green+Blue) = 127+206+190=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEBE is #803141. Grayscale: #B4B4B4. Windows color (decimal): -8401218 or 12504703. OLE color: 12504703.
HSL color Cylindrical-coordinate representation of color #7FCEBE: hue angle of 167.85º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCEBE is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 190 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.19 |
| HSL | 167.85º | 0.45% | 0.65% | - |
| HSV(B) | 167.85º | 0.38% | 0.81% | - |
| XYZ | 40.12 | 52.37 | 56.71 | - |
| YUV | 180.56 | 133.33 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 190 | 0.38 | 0 | 0.08 | 0.19 | 167.85 | 0.45 | 0.65 |
| Hex | 7F | CE | BE | 26 | 0 | 8 | 13 | A8 | 2D | 41 |
| Octal | 177 | 316 | 276 | 46 | 0 | 10 | 23 | 250 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10111110 | 100110 | 0 | 1000 | 10011 | 10101000 | 101101 | 1000001 |
Color Harmonies of #7FCEBE
Complementary color
Monochromatic Colors of #7FCEBE
Black with #7FCEBE
Text Example
Text Example
White with #7FCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEBE; }
p { color: rgb(127,206,190); }
H1.HeaderClassName
{
color: #7FCEBE;
}
.AnyTagClassName
{
color: #7FCEBE;
}
</style>
background-color css
<style>
a { background-color: #7FCEBE; }
a { background-color: rgb(127,206,190); }
div.DivClassName
{
background-color: #7FCEBE;
}
.BgClassName
{
background-color: #7FCEBE;
}
</style>
border-color css
<style>
span { border-color: #7FCEBE; }
span { border-color: rgb(127,206,190); }
td.TdClassName
{
border-color: #7FCEBE;
}
.TagClassName
{
border-color: #7FCEBE;
}
</style>