Shades of Bermuda #7FCCCA
Tints of Bermuda #7FCCCA
RGB
CMYK
RGB Variations
Color information
#7FCCCA (or 0x7FCCCA) is known color: Bermuda. HEX triplet: 7F, CC and CA. RGB value is (127,204,202). Sum of RGB (Red+Green+Blue) = 127+204+202=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCCA is #803335. Grayscale: #B4B4B4. Windows color (decimal): -8401718 or 13290623. OLE color: 13290623.
HSL color Cylindrical-coordinate representation of color #7FCCCA: hue angle of 178.44º 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 #7FCCCA is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 202 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.2 |
| HSL | 178.44º | 0.43% | 0.65% | - |
| HSV(B) | 178.44º | 0.38% | 0.8% | - |
| XYZ | 41.01 | 51.96 | 63.75 | - |
| YUV | 180.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 202 | 0.38 | 0 | 0.01 | 0.2 | 178.44 | 0.43 | 0.65 |
| Hex | 7F | CC | CA | 26 | 0 | 1 | 14 | B2 | 2B | 41 |
| Octal | 177 | 314 | 312 | 46 | 0 | 1 | 24 | 262 | 53 | 101 |
| Binary | 1111111 | 11001100 | 11001010 | 100110 | 0 | 1 | 10100 | 10110010 | 101011 | 1000001 |
Color Harmonies of #7FCCCA
Complementary color
Monochromatic Colors of #7FCCCA
Black with #7FCCCA
Text Example
Text Example
White with #7FCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCCA; }
p { color: rgb(127,204,202); }
H1.HeaderClassName
{
color: #7FCCCA;
}
.AnyTagClassName
{
color: #7FCCCA;
}
</style>
background-color css
<style>
a { background-color: #7FCCCA; }
a { background-color: rgb(127,204,202); }
div.DivClassName
{
background-color: #7FCCCA;
}
.BgClassName
{
background-color: #7FCCCA;
}
</style>
border-color css
<style>
span { border-color: #7FCCCA; }
span { border-color: rgb(127,204,202); }
td.TdClassName
{
border-color: #7FCCCA;
}
.TagClassName
{
border-color: #7FCCCA;
}
</style>