Shades of Bermuda #7FCAC2
Tints of Bermuda #7FCAC2
RGB
CMYK
RGB Variations
Color information
#7FCAC2 (or 0x7FCAC2) is known color: Bermuda. HEX triplet: 7F, CA and C2. RGB value is (127,202,194). Sum of RGB (Red+Green+Blue) = 127+202+194=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCAC2 is #80353D. Grayscale: #B2B2B2. Windows color (decimal): -8402238 or 12765823. OLE color: 12765823.
HSL color Cylindrical-coordinate representation of color #7FCAC2: hue angle of 173.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCAC2 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 194 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.21 |
| HSL | 173.6º | 0.41% | 0.65% | - |
| HSV(B) | 173.6º | 0.37% | 0.79% | - |
| XYZ | 39.61 | 50.65 | 58.73 | - |
| YUV | 178.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 194 | 0.37 | 0 | 0.04 | 0.21 | 173.6 | 0.41 | 0.65 |
| Hex | 7F | CA | C2 | 25 | 0 | 4 | 15 | AE | 29 | 41 |
| Octal | 177 | 312 | 302 | 45 | 0 | 4 | 25 | 256 | 51 | 101 |
| Binary | 1111111 | 11001010 | 11000010 | 100101 | 0 | 100 | 10101 | 10101110 | 101001 | 1000001 |
Color Harmonies of #7FCAC2
Complementary color
Monochromatic Colors of #7FCAC2
Black with #7FCAC2
Text Example
Text Example
White with #7FCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCAC2; }
p { color: rgb(127,202,194); }
H1.HeaderClassName
{
color: #7FCAC2;
}
.AnyTagClassName
{
color: #7FCAC2;
}
</style>
background-color css
<style>
a { background-color: #7FCAC2; }
a { background-color: rgb(127,202,194); }
div.DivClassName
{
background-color: #7FCAC2;
}
.BgClassName
{
background-color: #7FCAC2;
}
</style>
border-color css
<style>
span { border-color: #7FCAC2; }
span { border-color: rgb(127,202,194); }
td.TdClassName
{
border-color: #7FCAC2;
}
.TagClassName
{
border-color: #7FCAC2;
}
</style>