Shades of Bermuda #7DCFCA
Tints of Bermuda #7DCFCA
RGB
CMYK
RGB Variations
Color information
#7DCFCA (or 0x7DCFCA) is known color: Bermuda. HEX triplet: 7D, CF and CA. RGB value is (125,207,202). Sum of RGB (Red+Green+Blue) = 125+207+202=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFCA is #823035. Grayscale: #B5B5B5. Windows color (decimal): -8532022 or 13291389. OLE color: 13291389.
HSL color Cylindrical-coordinate representation of color #7DCFCA: hue angle of 176.34º 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 #7DCFCA is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 202 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.19 |
| HSL | 176.34º | 0.46% | 0.65% | - |
| HSV(B) | 176.34º | 0.4% | 0.81% | - |
| XYZ | 41.43 | 53.25 | 63.97 | - |
| YUV | 181.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 202 | 0.40 | 0 | 0.02 | 0.19 | 176.34 | 0.46 | 0.65 |
| Hex | 7D | CF | CA | 28 | 0 | 2 | 13 | B0 | 2E | 41 |
| Octal | 175 | 317 | 312 | 50 | 0 | 2 | 23 | 260 | 56 | 101 |
| Binary | 1111101 | 11001111 | 11001010 | 101000 | 0 | 10 | 10011 | 10110000 | 101110 | 1000001 |
Color Harmonies of #7DCFCA
Complementary color
Monochromatic Colors of #7DCFCA
Black with #7DCFCA
Text Example
Text Example
White with #7DCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFCA; }
p { color: rgb(125,207,202); }
H1.HeaderClassName
{
color: #7DCFCA;
}
.AnyTagClassName
{
color: #7DCFCA;
}
</style>
background-color css
<style>
a { background-color: #7DCFCA; }
a { background-color: rgb(125,207,202); }
div.DivClassName
{
background-color: #7DCFCA;
}
.BgClassName
{
background-color: #7DCFCA;
}
</style>
border-color css
<style>
span { border-color: #7DCFCA; }
span { border-color: rgb(125,207,202); }
td.TdClassName
{
border-color: #7DCFCA;
}
.TagClassName
{
border-color: #7DCFCA;
}
</style>