Shades of Bermuda #7FCCC9
Tints of Bermuda #7FCCC9
RGB
CMYK
RGB Variations
Color information
#7FCCC9 (or 0x7FCCC9) is known color: Bermuda. HEX triplet: 7F, CC and C9. RGB value is (127,204,201). Sum of RGB (Red+Green+Blue) = 127+204+201=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCC9 is #803336. Grayscale: #B4B4B4. Windows color (decimal): -8401719 or 13225087. OLE color: 13225087.
HSL color Cylindrical-coordinate representation of color #7FCCC9: hue angle of 177.66º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCC9 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 201 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.2 |
| HSL | 177.66º | 0.43% | 0.65% | - |
| HSV(B) | 177.66º | 0.38% | 0.8% | - |
| XYZ | 40.89 | 51.91 | 63.12 | - |
| YUV | 180.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 201 | 0.38 | 0 | 0.01 | 0.2 | 177.66 | 0.43 | 0.65 |
| Hex | 7F | CC | C9 | 26 | 0 | 1 | 14 | B2 | 2B | 41 |
| Octal | 177 | 314 | 311 | 46 | 0 | 1 | 24 | 262 | 53 | 101 |
| Binary | 1111111 | 11001100 | 11001001 | 100110 | 0 | 1 | 10100 | 10110010 | 101011 | 1000001 |
Color Harmonies of #7FCCC9
Complementary color
Monochromatic Colors of #7FCCC9
Black with #7FCCC9
Text Example
Text Example
White with #7FCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCC9; }
p { color: rgb(127,204,201); }
H1.HeaderClassName
{
color: #7FCCC9;
}
.AnyTagClassName
{
color: #7FCCC9;
}
</style>
background-color css
<style>
a { background-color: #7FCCC9; }
a { background-color: rgb(127,204,201); }
div.DivClassName
{
background-color: #7FCCC9;
}
.BgClassName
{
background-color: #7FCCC9;
}
</style>
border-color css
<style>
span { border-color: #7FCCC9; }
span { border-color: rgb(127,204,201); }
td.TdClassName
{
border-color: #7FCCC9;
}
.TagClassName
{
border-color: #7FCCC9;
}
</style>