Shades of Bermuda #90CAC4
Tints of Bermuda #90CAC4
RGB
CMYK
RGB Variations
Color information
#90CAC4 (or 0x90CAC4) is known color: Bermuda. HEX triplet: 90, CA and C4. RGB value is (144,202,196). Sum of RGB (Red+Green+Blue) = 144+202+196=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #90CAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CAC4 is #6F353B. Grayscale: #B7B7B7. Windows color (decimal): -7288124 or 12896912. OLE color: 12896912.
HSL color Cylindrical-coordinate representation of color #90CAC4: hue angle of 173.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CAC4 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 196 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.21 |
| HSL | 173.79º | 0.35% | 0.68% | - |
| HSV(B) | 173.79º | 0.29% | 0.79% | - |
| XYZ | 42.59 | 52.16 | 60.05 | - |
| YUV | 183.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 196 | 0.29 | 0 | 0.03 | 0.21 | 173.79 | 0.35 | 0.68 |
| Hex | 90 | CA | C4 | 1D | 0 | 3 | 15 | AE | 23 | 44 |
| Octal | 220 | 312 | 304 | 35 | 0 | 3 | 25 | 256 | 43 | 104 |
| Binary | 10010000 | 11001010 | 11000100 | 11101 | 0 | 11 | 10101 | 10101110 | 100011 | 1000100 |
Color Harmonies of #90CAC4
Complementary color
Monochromatic Colors of #90CAC4
Black with #90CAC4
Text Example
Text Example
White with #90CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CAC4; }
p { color: rgb(144,202,196); }
H1.HeaderClassName
{
color: #90CAC4;
}
.AnyTagClassName
{
color: #90CAC4;
}
</style>
background-color css
<style>
a { background-color: #90CAC4; }
a { background-color: rgb(144,202,196); }
div.DivClassName
{
background-color: #90CAC4;
}
.BgClassName
{
background-color: #90CAC4;
}
</style>
border-color css
<style>
span { border-color: #90CAC4; }
span { border-color: rgb(144,202,196); }
td.TdClassName
{
border-color: #90CAC4;
}
.TagClassName
{
border-color: #90CAC4;
}
</style>