Shades of Bermuda #80CAC4
Tints of Bermuda #80CAC4
RGB
CMYK
RGB Variations
Color information
#80CAC4 (or 0x80CAC4) is known color: Bermuda. HEX triplet: 80, CA and C4. RGB value is (128,202,196). Sum of RGB (Red+Green+Blue) = 128+202+196=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #80CAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CAC4 is #7F353B. Grayscale: #B3B3B3. Windows color (decimal): -8336700 or 12896896. OLE color: 12896896.
HSL color Cylindrical-coordinate representation of color #80CAC4: hue angle of 175.14º 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 #80CAC4 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 196 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.21 |
| HSL | 175.14º | 0.41% | 0.65% | - |
| HSV(B) | 175.14º | 0.37% | 0.79% | - |
| XYZ | 39.99 | 50.82 | 59.93 | - |
| YUV | 179.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 196 | 0.37 | 0 | 0.03 | 0.21 | 175.14 | 0.41 | 0.65 |
| Hex | 80 | CA | C4 | 25 | 0 | 3 | 15 | AF | 29 | 41 |
| Octal | 200 | 312 | 304 | 45 | 0 | 3 | 25 | 257 | 51 | 101 |
| Binary | 10000000 | 11001010 | 11000100 | 100101 | 0 | 11 | 10101 | 10101111 | 101001 | 1000001 |
Color Harmonies of #80CAC4
Complementary color
Monochromatic Colors of #80CAC4
Black with #80CAC4
Text Example
Text Example
White with #80CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CAC4; }
p { color: rgb(128,202,196); }
H1.HeaderClassName
{
color: #80CAC4;
}
.AnyTagClassName
{
color: #80CAC4;
}
</style>
background-color css
<style>
a { background-color: #80CAC4; }
a { background-color: rgb(128,202,196); }
div.DivClassName
{
background-color: #80CAC4;
}
.BgClassName
{
background-color: #80CAC4;
}
</style>
border-color css
<style>
span { border-color: #80CAC4; }
span { border-color: rgb(128,202,196); }
td.TdClassName
{
border-color: #80CAC4;
}
.TagClassName
{
border-color: #80CAC4;
}
</style>