Shades of Bermuda #90CFC1
Tints of Bermuda #90CFC1
RGB
CMYK
RGB Variations
Color information
#90CFC1 (or 0x90CFC1) is known color: Bermuda. HEX triplet: 90, CF and C1. RGB value is (144,207,193). Sum of RGB (Red+Green+Blue) = 144+207+193=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFC1 is #6F303E. Grayscale: #BABABA. Windows color (decimal): -7286847 or 12701584. OLE color: 12701584.
HSL color Cylindrical-coordinate representation of color #90CFC1: hue angle of 166.67º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CFC1 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 193 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.19 |
| HSL | 166.67º | 0.4% | 0.69% | - |
| HSV(B) | 166.67º | 0.3% | 0.81% | - |
| XYZ | 43.44 | 54.41 | 58.66 | - |
| YUV | 186.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 193 | 0.30 | 0 | 0.07 | 0.19 | 166.67 | 0.4 | 0.69 |
| Hex | 90 | CF | C1 | 1E | 0 | 7 | 13 | A7 | 28 | 45 |
| Octal | 220 | 317 | 301 | 36 | 0 | 7 | 23 | 247 | 50 | 105 |
| Binary | 10010000 | 11001111 | 11000001 | 11110 | 0 | 111 | 10011 | 10100111 | 101000 | 1000101 |
Color Harmonies of #90CFC1
Complementary color
Monochromatic Colors of #90CFC1
Black with #90CFC1
Text Example
Text Example
White with #90CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFC1; }
p { color: rgb(144,207,193); }
H1.HeaderClassName
{
color: #90CFC1;
}
.AnyTagClassName
{
color: #90CFC1;
}
</style>
background-color css
<style>
a { background-color: #90CFC1; }
a { background-color: rgb(144,207,193); }
div.DivClassName
{
background-color: #90CFC1;
}
.BgClassName
{
background-color: #90CFC1;
}
</style>
border-color css
<style>
span { border-color: #90CFC1; }
span { border-color: rgb(144,207,193); }
td.TdClassName
{
border-color: #90CFC1;
}
.TagClassName
{
border-color: #90CFC1;
}
</style>