Shades of Bermuda #99CFC3
Tints of Bermuda #99CFC3
RGB
CMYK
RGB Variations
Color information
#99CFC3 (or 0x99CFC3) is known color: Bermuda. HEX triplet: 99, CF and C3. RGB value is (153,207,195). Sum of RGB (Red+Green+Blue) = 153+207+195=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFC3 is #66303C. Grayscale: #BDBDBD. Windows color (decimal): -6697021 or 12832665. OLE color: 12832665.
HSL color Cylindrical-coordinate representation of color #99CFC3: hue angle of 166.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CFC3 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 195 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.19 |
| HSL | 166.67º | 0.36% | 0.71% | - |
| HSV(B) | 166.67º | 0.26% | 0.81% | - |
| XYZ | 45.3 | 55.34 | 59.92 | - |
| YUV | 189.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 195 | 0.26 | 0 | 0.06 | 0.19 | 166.67 | 0.36 | 0.71 |
| Hex | 99 | CF | C3 | 1A | 0 | 6 | 13 | A7 | 24 | 47 |
| Octal | 231 | 317 | 303 | 32 | 0 | 6 | 23 | 247 | 44 | 107 |
| Binary | 10011001 | 11001111 | 11000011 | 11010 | 0 | 110 | 10011 | 10100111 | 100100 | 1000111 |
Color Harmonies of #99CFC3
Complementary color
Monochromatic Colors of #99CFC3
Black with #99CFC3
Text Example
Text Example
White with #99CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFC3; }
p { color: rgb(153,207,195); }
H1.HeaderClassName
{
color: #99CFC3;
}
.AnyTagClassName
{
color: #99CFC3;
}
</style>
background-color css
<style>
a { background-color: #99CFC3; }
a { background-color: rgb(153,207,195); }
div.DivClassName
{
background-color: #99CFC3;
}
.BgClassName
{
background-color: #99CFC3;
}
</style>
border-color css
<style>
span { border-color: #99CFC3; }
span { border-color: rgb(153,207,195); }
td.TdClassName
{
border-color: #99CFC3;
}
.TagClassName
{
border-color: #99CFC3;
}
</style>