Shades of Bermuda #93CAC3
Tints of Bermuda #93CAC3
RGB
CMYK
RGB Variations
Color information
#93CAC3 (or 0x93CAC3) is known color: Bermuda. HEX triplet: 93, CA and C3. RGB value is (147,202,195). Sum of RGB (Red+Green+Blue) = 147+202+195=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #93CAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CAC3 is #6C353C. Grayscale: #B8B8B8. Windows color (decimal): -7091517 or 12831379. OLE color: 12831379.
HSL color Cylindrical-coordinate representation of color #93CAC3: hue angle of 172.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93CAC3 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 202 | 195 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.21 |
| HSL | 172.36º | 0.34% | 0.68% | - |
| HSV(B) | 172.36º | 0.27% | 0.79% | - |
| XYZ | 43 | 52.38 | 59.47 | - |
| YUV | 184.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 202 | 195 | 0.27 | 0 | 0.03 | 0.21 | 172.36 | 0.34 | 0.68 |
| Hex | 93 | CA | C3 | 1B | 0 | 3 | 15 | AC | 22 | 44 |
| Octal | 223 | 312 | 303 | 33 | 0 | 3 | 25 | 254 | 42 | 104 |
| Binary | 10010011 | 11001010 | 11000011 | 11011 | 0 | 11 | 10101 | 10101100 | 100010 | 1000100 |
Color Harmonies of #93CAC3
Complementary color
Monochromatic Colors of #93CAC3
Black with #93CAC3
Text Example
Text Example
White with #93CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CAC3; }
p { color: rgb(147,202,195); }
H1.HeaderClassName
{
color: #93CAC3;
}
.AnyTagClassName
{
color: #93CAC3;
}
</style>
background-color css
<style>
a { background-color: #93CAC3; }
a { background-color: rgb(147,202,195); }
div.DivClassName
{
background-color: #93CAC3;
}
.BgClassName
{
background-color: #93CAC3;
}
</style>
border-color css
<style>
span { border-color: #93CAC3; }
span { border-color: rgb(147,202,195); }
td.TdClassName
{
border-color: #93CAC3;
}
.TagClassName
{
border-color: #93CAC3;
}
</style>