Shades of Bermuda #7FCBC8
Tints of Bermuda #7FCBC8
RGB
CMYK
RGB Variations
Color information
#7FCBC8 (or 0x7FCBC8) is known color: Bermuda. HEX triplet: 7F, CB and C8. RGB value is (127,203,200). Sum of RGB (Red+Green+Blue) = 127+203+200=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCBC8 is #803437. Grayscale: #B3B3B3. Windows color (decimal): -8401976 or 13159295. OLE color: 13159295.
HSL color Cylindrical-coordinate representation of color #7FCBC8: hue angle of 177.63º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCBC8 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 200 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.20 |
| HSL | 177.63º | 0.42% | 0.65% | - |
| HSV(B) | 177.63º | 0.37% | 0.8% | - |
| XYZ | 40.53 | 51.39 | 62.43 | - |
| YUV | 179.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 200 | 0.37 | 0 | 0.01 | 0.20 | 177.63 | 0.42 | 0.65 |
| Hex | 7F | CB | C8 | 25 | 0 | 1 | 14 | B2 | 2A | 41 |
| Octal | 177 | 313 | 310 | 45 | 0 | 1 | 24 | 262 | 52 | 101 |
| Binary | 1111111 | 11001011 | 11001000 | 100101 | 0 | 1 | 10100 | 10110010 | 101010 | 1000001 |
Color Harmonies of #7FCBC8
Complementary color
Monochromatic Colors of #7FCBC8
Black with #7FCBC8
Text Example
Text Example
White with #7FCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCBC8; }
p { color: rgb(127,203,200); }
H1.HeaderClassName
{
color: #7FCBC8;
}
.AnyTagClassName
{
color: #7FCBC8;
}
</style>
background-color css
<style>
a { background-color: #7FCBC8; }
a { background-color: rgb(127,203,200); }
div.DivClassName
{
background-color: #7FCBC8;
}
.BgClassName
{
background-color: #7FCBC8;
}
</style>
border-color css
<style>
span { border-color: #7FCBC8; }
span { border-color: rgb(127,203,200); }
td.TdClassName
{
border-color: #7FCBC8;
}
.TagClassName
{
border-color: #7FCBC8;
}
</style>