Shades of Bermuda #98CFC3
Tints of Bermuda #98CFC3
RGB
CMYK
RGB Variations
Color information
#98CFC3 (or 0x98CFC3) is known color: Bermuda. HEX triplet: 98, CF and C3. RGB value is (152,207,195). Sum of RGB (Red+Green+Blue) = 152+207+195=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFC3 is #67303C. Grayscale: #BDBDBD. Windows color (decimal): -6762557 or 12832664. OLE color: 12832664.
HSL color Cylindrical-coordinate representation of color #98CFC3: hue angle of 166.91º degrees, saturation: 0.36, 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 #98CFC3 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 195 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.19 |
| HSL | 166.91º | 0.36% | 0.7% | - |
| HSV(B) | 166.91º | 0.27% | 0.81% | - |
| XYZ | 45.11 | 55.24 | 59.91 | - |
| YUV | 189.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 195 | 0.27 | 0 | 0.06 | 0.19 | 166.91 | 0.36 | 0.7 |
| Hex | 98 | CF | C3 | 1B | 0 | 6 | 13 | A7 | 24 | 46 |
| Octal | 230 | 317 | 303 | 33 | 0 | 6 | 23 | 247 | 44 | 106 |
| Binary | 10011000 | 11001111 | 11000011 | 11011 | 0 | 110 | 10011 | 10100111 | 100100 | 1000110 |
Color Harmonies of #98CFC3
Complementary color
Monochromatic Colors of #98CFC3
Black with #98CFC3
Text Example
Text Example
White with #98CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFC3; }
p { color: rgb(152,207,195); }
H1.HeaderClassName
{
color: #98CFC3;
}
.AnyTagClassName
{
color: #98CFC3;
}
</style>
background-color css
<style>
a { background-color: #98CFC3; }
a { background-color: rgb(152,207,195); }
div.DivClassName
{
background-color: #98CFC3;
}
.BgClassName
{
background-color: #98CFC3;
}
</style>
border-color css
<style>
span { border-color: #98CFC3; }
span { border-color: rgb(152,207,195); }
td.TdClassName
{
border-color: #98CFC3;
}
.TagClassName
{
border-color: #98CFC3;
}
</style>