Shades of Bermuda #97CBC3
Tints of Bermuda #97CBC3
RGB
CMYK
RGB Variations
Color information
#97CBC3 (or 0x97CBC3) is known color: Bermuda. HEX triplet: 97, CB and C3. RGB value is (151,203,195). Sum of RGB (Red+Green+Blue) = 151+203+195=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #97CBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CBC3 is #68343C. Grayscale: #BABABA. Windows color (decimal): -6829117 or 12831639. OLE color: 12831639.
HSL color Cylindrical-coordinate representation of color #97CBC3: hue angle of 170.77º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CBC3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 203 | 195 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.20 |
| HSL | 170.77º | 0.33% | 0.69% | - |
| HSV(B) | 170.77º | 0.26% | 0.8% | - |
| XYZ | 43.97 | 53.23 | 59.59 | - |
| YUV | 186.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 203 | 195 | 0.26 | 0 | 0.04 | 0.20 | 170.77 | 0.33 | 0.69 |
| Hex | 97 | CB | C3 | 1A | 0 | 4 | 14 | AB | 21 | 45 |
| Octal | 227 | 313 | 303 | 32 | 0 | 4 | 24 | 253 | 41 | 105 |
| Binary | 10010111 | 11001011 | 11000011 | 11010 | 0 | 100 | 10100 | 10101011 | 100001 | 1000101 |
Color Harmonies of #97CBC3
Complementary color
Monochromatic Colors of #97CBC3
Black with #97CBC3
Text Example
Text Example
White with #97CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CBC3; }
p { color: rgb(151,203,195); }
H1.HeaderClassName
{
color: #97CBC3;
}
.AnyTagClassName
{
color: #97CBC3;
}
</style>
background-color css
<style>
a { background-color: #97CBC3; }
a { background-color: rgb(151,203,195); }
div.DivClassName
{
background-color: #97CBC3;
}
.BgClassName
{
background-color: #97CBC3;
}
</style>
border-color css
<style>
span { border-color: #97CBC3; }
span { border-color: rgb(151,203,195); }
td.TdClassName
{
border-color: #97CBC3;
}
.TagClassName
{
border-color: #97CBC3;
}
</style>