Shades of Bermuda #88CFB3
Tints of Bermuda #88CFB3
RGB
CMYK
RGB Variations
Color information
#88CFB3 (or 0x88CFB3) is known color: Bermuda. HEX triplet: 88, CF and B3. RGB value is (136,207,179). Sum of RGB (Red+Green+Blue) = 136+207+179=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #88CFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFB3 is #77304C. Grayscale: #B6B6B6. Windows color (decimal): -7811149 or 11784072. OLE color: 11784072.
HSL color Cylindrical-coordinate representation of color #88CFB3: hue angle of 156.34º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CFB3 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 207 | 179 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.19 |
| HSL | 156.34º | 0.43% | 0.67% | - |
| HSV(B) | 156.34º | 0.34% | 0.81% | - |
| XYZ | 40.6 | 53.11 | 50.76 | - |
| YUV | 182.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 179 | 0.34 | 0 | 0.14 | 0.19 | 156.34 | 0.43 | 0.67 |
| Hex | 88 | CF | B3 | 22 | 0 | E | 13 | 9C | 2B | 43 |
| Octal | 210 | 317 | 263 | 42 | 0 | 16 | 23 | 234 | 53 | 103 |
| Binary | 10001000 | 11001111 | 10110011 | 100010 | 0 | 1110 | 10011 | 10011100 | 101011 | 1000011 |
Color Harmonies of #88CFB3
Complementary color
Monochromatic Colors of #88CFB3
Black with #88CFB3
Text Example
Text Example
White with #88CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFB3; }
p { color: rgb(136,207,179); }
H1.HeaderClassName
{
color: #88CFB3;
}
.AnyTagClassName
{
color: #88CFB3;
}
</style>
background-color css
<style>
a { background-color: #88CFB3; }
a { background-color: rgb(136,207,179); }
div.DivClassName
{
background-color: #88CFB3;
}
.BgClassName
{
background-color: #88CFB3;
}
</style>
border-color css
<style>
span { border-color: #88CFB3; }
span { border-color: rgb(136,207,179); }
td.TdClassName
{
border-color: #88CFB3;
}
.TagClassName
{
border-color: #88CFB3;
}
</style>