Shades of Bermuda #90D2C3
Tints of Bermuda #90D2C3
RGB
CMYK
RGB Variations
Color information
#90D2C3 (or 0x90D2C3) is known color: Bermuda. HEX triplet: 90, D2 and C3. RGB value is (144,210,195). Sum of RGB (Red+Green+Blue) = 144+210+195=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #90D2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D2C3 is #6F2D3C. Grayscale: #BCBCBC. Windows color (decimal): -7286077 or 12833424. OLE color: 12833424.
HSL color Cylindrical-coordinate representation of color #90D2C3: hue angle of 166.36º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D2C3 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 210 | 195 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.18 |
| HSL | 166.36º | 0.42% | 0.69% | - |
| HSV(B) | 166.36º | 0.31% | 0.82% | - |
| XYZ | 44.4 | 55.96 | 60.09 | - |
| YUV | 188.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 210 | 195 | 0.31 | 0 | 0.07 | 0.18 | 166.36 | 0.42 | 0.69 |
| Hex | 90 | D2 | C3 | 1F | 0 | 7 | 12 | A6 | 2A | 45 |
| Octal | 220 | 322 | 303 | 37 | 0 | 7 | 22 | 246 | 52 | 105 |
| Binary | 10010000 | 11010010 | 11000011 | 11111 | 0 | 111 | 10010 | 10100110 | 101010 | 1000101 |
Color Harmonies of #90D2C3
Complementary color
Monochromatic Colors of #90D2C3
Black with #90D2C3
Text Example
Text Example
White with #90D2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D2C3; }
p { color: rgb(144,210,195); }
H1.HeaderClassName
{
color: #90D2C3;
}
.AnyTagClassName
{
color: #90D2C3;
}
</style>
background-color css
<style>
a { background-color: #90D2C3; }
a { background-color: rgb(144,210,195); }
div.DivClassName
{
background-color: #90D2C3;
}
.BgClassName
{
background-color: #90D2C3;
}
</style>
border-color css
<style>
span { border-color: #90D2C3; }
span { border-color: rgb(144,210,195); }
td.TdClassName
{
border-color: #90D2C3;
}
.TagClassName
{
border-color: #90D2C3;
}
</style>