Shades of Bermuda #7FCCC8
Tints of Bermuda #7FCCC8
RGB
CMYK
RGB Variations
Color information
#7FCCC8 (or 0x7FCCC8) is known color: Bermuda. HEX triplet: 7F, CC and C8. RGB value is (127,204,200). Sum of RGB (Red+Green+Blue) = 127+204+200=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCC8 is #803337. Grayscale: #B4B4B4. Windows color (decimal): -8401720 or 13159551. OLE color: 13159551.
HSL color Cylindrical-coordinate representation of color #7FCCC8: hue angle of 176.88º 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 #7FCCC8 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 200 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.2 |
| HSL | 176.88º | 0.43% | 0.65% | - |
| HSV(B) | 176.88º | 0.38% | 0.8% | - |
| XYZ | 40.77 | 51.87 | 62.51 | - |
| YUV | 180.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 200 | 0.38 | 0 | 0.02 | 0.2 | 176.88 | 0.43 | 0.65 |
| Hex | 7F | CC | C8 | 26 | 0 | 2 | 14 | B1 | 2B | 41 |
| Octal | 177 | 314 | 310 | 46 | 0 | 2 | 24 | 261 | 53 | 101 |
| Binary | 1111111 | 11001100 | 11001000 | 100110 | 0 | 10 | 10100 | 10110001 | 101011 | 1000001 |
Color Harmonies of #7FCCC8
Complementary color
Monochromatic Colors of #7FCCC8
Black with #7FCCC8
Text Example
Text Example
White with #7FCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCC8; }
p { color: rgb(127,204,200); }
H1.HeaderClassName
{
color: #7FCCC8;
}
.AnyTagClassName
{
color: #7FCCC8;
}
</style>
background-color css
<style>
a { background-color: #7FCCC8; }
a { background-color: rgb(127,204,200); }
div.DivClassName
{
background-color: #7FCCC8;
}
.BgClassName
{
background-color: #7FCCC8;
}
</style>
border-color css
<style>
span { border-color: #7FCCC8; }
span { border-color: rgb(127,204,200); }
td.TdClassName
{
border-color: #7FCCC8;
}
.TagClassName
{
border-color: #7FCCC8;
}
</style>