Shades of Bermuda #97CFC1
Tints of Bermuda #97CFC1
RGB
CMYK
RGB Variations
Color information
#97CFC1 (or 0x97CFC1) is known color: Bermuda. HEX triplet: 97, CF and C1. RGB value is (151,207,193). Sum of RGB (Red+Green+Blue) = 151+207+193=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #97CFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CFC1 is #68303E. Grayscale: #BCBCBC. Windows color (decimal): -6828095 or 12701591. OLE color: 12701591.
HSL color Cylindrical-coordinate representation of color #97CFC1: hue angle of 165º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CFC1 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 207 | 193 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.19 |
| HSL | 165º | 0.37% | 0.7% | - |
| HSV(B) | 165º | 0.27% | 0.81% | - |
| XYZ | 44.7 | 55.06 | 58.72 | - |
| YUV | 188.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 207 | 193 | 0.27 | 0 | 0.07 | 0.19 | 165 | 0.37 | 0.7 |
| Hex | 97 | CF | C1 | 1B | 0 | 7 | 13 | A5 | 25 | 46 |
| Octal | 227 | 317 | 301 | 33 | 0 | 7 | 23 | 245 | 45 | 106 |
| Binary | 10010111 | 11001111 | 11000001 | 11011 | 0 | 111 | 10011 | 10100101 | 100101 | 1000110 |
Color Harmonies of #97CFC1
Complementary color
Monochromatic Colors of #97CFC1
Black with #97CFC1
Text Example
Text Example
White with #97CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CFC1; }
p { color: rgb(151,207,193); }
H1.HeaderClassName
{
color: #97CFC1;
}
.AnyTagClassName
{
color: #97CFC1;
}
</style>
background-color css
<style>
a { background-color: #97CFC1; }
a { background-color: rgb(151,207,193); }
div.DivClassName
{
background-color: #97CFC1;
}
.BgClassName
{
background-color: #97CFC1;
}
</style>
border-color css
<style>
span { border-color: #97CFC1; }
span { border-color: rgb(151,207,193); }
td.TdClassName
{
border-color: #97CFC1;
}
.TagClassName
{
border-color: #97CFC1;
}
</style>