Shades of Bermuda #7DCFBE
Tints of Bermuda #7DCFBE
RGB
CMYK
RGB Variations
Color information
#7DCFBE (or 0x7DCFBE) is known color: Bermuda. HEX triplet: 7D, CF and BE. RGB value is (125,207,190). Sum of RGB (Red+Green+Blue) = 125+207+190=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFBE is #823041. Grayscale: #B4B4B4. Windows color (decimal): -8532034 or 12504957. OLE color: 12504957.
HSL color Cylindrical-coordinate representation of color #7DCFBE: hue angle of 167.56º 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 #7DCFBE is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 190 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.19 |
| HSL | 167.56º | 0.46% | 0.65% | - |
| HSV(B) | 167.56º | 0.4% | 0.81% | - |
| XYZ | 40.06 | 52.7 | 56.78 | - |
| YUV | 180.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 190 | 0.40 | 0 | 0.08 | 0.19 | 167.56 | 0.46 | 0.65 |
| Hex | 7D | CF | BE | 28 | 0 | 8 | 13 | A8 | 2E | 41 |
| Octal | 175 | 317 | 276 | 50 | 0 | 10 | 23 | 250 | 56 | 101 |
| Binary | 1111101 | 11001111 | 10111110 | 101000 | 0 | 1000 | 10011 | 10101000 | 101110 | 1000001 |
Color Harmonies of #7DCFBE
Complementary color
Monochromatic Colors of #7DCFBE
Black with #7DCFBE
Text Example
Text Example
White with #7DCFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFBE; }
p { color: rgb(125,207,190); }
H1.HeaderClassName
{
color: #7DCFBE;
}
.AnyTagClassName
{
color: #7DCFBE;
}
</style>
background-color css
<style>
a { background-color: #7DCFBE; }
a { background-color: rgb(125,207,190); }
div.DivClassName
{
background-color: #7DCFBE;
}
.BgClassName
{
background-color: #7DCFBE;
}
</style>
border-color css
<style>
span { border-color: #7DCFBE; }
span { border-color: rgb(125,207,190); }
td.TdClassName
{
border-color: #7DCFBE;
}
.TagClassName
{
border-color: #7DCFBE;
}
</style>