Shades of Bermuda #80CFC4
Tints of Bermuda #80CFC4
RGB
CMYK
RGB Variations
Color information
#80CFC4 (or 0x80CFC4) is known color: Bermuda. HEX triplet: 80, CF and C4. RGB value is (128,207,196). Sum of RGB (Red+Green+Blue) = 128+207+196=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFC4 is #7F303B. Grayscale: #B6B6B6. Windows color (decimal): -8335420 or 12898176. OLE color: 12898176.
HSL color Cylindrical-coordinate representation of color #80CFC4: hue angle of 171.65º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFC4 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 196 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.19 |
| HSL | 171.65º | 0.45% | 0.66% | - |
| HSV(B) | 171.65º | 0.38% | 0.81% | - |
| XYZ | 41.18 | 53.2 | 60.32 | - |
| YUV | 182.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 196 | 0.38 | 0 | 0.05 | 0.19 | 171.65 | 0.45 | 0.66 |
| Hex | 80 | CF | C4 | 26 | 0 | 5 | 13 | AC | 2D | 42 |
| Octal | 200 | 317 | 304 | 46 | 0 | 5 | 23 | 254 | 55 | 102 |
| Binary | 10000000 | 11001111 | 11000100 | 100110 | 0 | 101 | 10011 | 10101100 | 101101 | 1000010 |
Color Harmonies of #80CFC4
Complementary color
Monochromatic Colors of #80CFC4
Black with #80CFC4
Text Example
Text Example
White with #80CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFC4; }
p { color: rgb(128,207,196); }
H1.HeaderClassName
{
color: #80CFC4;
}
.AnyTagClassName
{
color: #80CFC4;
}
</style>
background-color css
<style>
a { background-color: #80CFC4; }
a { background-color: rgb(128,207,196); }
div.DivClassName
{
background-color: #80CFC4;
}
.BgClassName
{
background-color: #80CFC4;
}
</style>
border-color css
<style>
span { border-color: #80CFC4; }
span { border-color: rgb(128,207,196); }
td.TdClassName
{
border-color: #80CFC4;
}
.TagClassName
{
border-color: #80CFC4;
}
</style>