Shades of Bermuda #7FCBC4
Tints of Bermuda #7FCBC4
RGB
CMYK
RGB Variations
Color information
#7FCBC4 (or 0x7FCBC4) is known color: Bermuda. HEX triplet: 7F, CB and C4. RGB value is (127,203,196). Sum of RGB (Red+Green+Blue) = 127+203+196=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCBC4 is #80343B. Grayscale: #B3B3B3. Windows color (decimal): -8401980 or 12897151. OLE color: 12897151.
HSL color Cylindrical-coordinate representation of color #7FCBC4: hue angle of 174.47º 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 #7FCBC4 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 196 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.20 |
| HSL | 174.47º | 0.42% | 0.65% | - |
| HSV(B) | 174.47º | 0.37% | 0.8% | - |
| XYZ | 40.07 | 51.21 | 60 | - |
| YUV | 179.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 196 | 0.37 | 0 | 0.03 | 0.20 | 174.47 | 0.42 | 0.65 |
| Hex | 7F | CB | C4 | 25 | 0 | 3 | 14 | AE | 2A | 41 |
| Octal | 177 | 313 | 304 | 45 | 0 | 3 | 24 | 256 | 52 | 101 |
| Binary | 1111111 | 11001011 | 11000100 | 100101 | 0 | 11 | 10100 | 10101110 | 101010 | 1000001 |
Color Harmonies of #7FCBC4
Complementary color
Monochromatic Colors of #7FCBC4
Black with #7FCBC4
Text Example
Text Example
White with #7FCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCBC4; }
p { color: rgb(127,203,196); }
H1.HeaderClassName
{
color: #7FCBC4;
}
.AnyTagClassName
{
color: #7FCBC4;
}
</style>
background-color css
<style>
a { background-color: #7FCBC4; }
a { background-color: rgb(127,203,196); }
div.DivClassName
{
background-color: #7FCBC4;
}
.BgClassName
{
background-color: #7FCBC4;
}
</style>
border-color css
<style>
span { border-color: #7FCBC4; }
span { border-color: rgb(127,203,196); }
td.TdClassName
{
border-color: #7FCBC4;
}
.TagClassName
{
border-color: #7FCBC4;
}
</style>