Shades of Bermuda #81DAC1
Tints of Bermuda #81DAC1
RGB
CMYK
RGB Variations
Color information
#81DAC1 (or 0x81DAC1) is known color: Bermuda. HEX triplet: 81, DA and C1. RGB value is (129,218,193). Sum of RGB (Red+Green+Blue) = 129+218+193=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #81DAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DAC1 is #7E253E. Grayscale: #BCBCBC. Windows color (decimal): -8267071 or 12704385. OLE color: 12704385.
HSL color Cylindrical-coordinate representation of color #81DAC1: hue angle of 163.15º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DAC1 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 193 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.15 |
| HSL | 163.15º | 0.55% | 0.68% | - |
| HSV(B) | 163.15º | 0.41% | 0.85% | - |
| XYZ | 43.75 | 58.66 | 59.47 | - |
| YUV | 188.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 193 | 0.41 | 0 | 0.11 | 0.15 | 163.15 | 0.55 | 0.68 |
| Hex | 81 | DA | C1 | 29 | 0 | B | F | A3 | 37 | 44 |
| Octal | 201 | 332 | 301 | 51 | 0 | 13 | 17 | 243 | 67 | 104 |
| Binary | 10000001 | 11011010 | 11000001 | 101001 | 0 | 1011 | 1111 | 10100011 | 110111 | 1000100 |
Color Harmonies of #81DAC1
Complementary color
Monochromatic Colors of #81DAC1
Black with #81DAC1
Text Example
Text Example
White with #81DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DAC1; }
p { color: rgb(129,218,193); }
H1.HeaderClassName
{
color: #81DAC1;
}
.AnyTagClassName
{
color: #81DAC1;
}
</style>
background-color css
<style>
a { background-color: #81DAC1; }
a { background-color: rgb(129,218,193); }
div.DivClassName
{
background-color: #81DAC1;
}
.BgClassName
{
background-color: #81DAC1;
}
</style>
border-color css
<style>
span { border-color: #81DAC1; }
span { border-color: rgb(129,218,193); }
td.TdClassName
{
border-color: #81DAC1;
}
.TagClassName
{
border-color: #81DAC1;
}
</style>