Shades of Teal Blue #284F5B
Tints of Teal Blue #284F5B
RGB
CMYK
RGB Variations
Color information
#284F5B (or 0x284F5B) is known color: Teal Blue. HEX triplet: 28, 4F and 5B. RGB value is (40,79,91). Sum of RGB (Red+Green+Blue) = 40+79+91=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #284F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284F5B is #D7B0A4. Grayscale: #444444. Windows color (decimal): -14135461 or 5984040. OLE color: 5984040.
HSL color Cylindrical-coordinate representation of color #284F5B: hue angle of 194.12º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #284F5B is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 79 | 91 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.64 |
| HSL | 194.12º | 0.39% | 0.26% | - |
| HSV(B) | 194.12º | 0.56% | 0.36% | - |
| XYZ | 5.56 | 6.8 | 10.92 | - |
| YUV | 68.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 91 | 0.56 | 0.13 | 0 | 0.64 | 194.12 | 0.39 | 0.26 |
| Hex | 28 | 4F | 5B | 38 | D | 0 | 40 | C2 | 27 | 1A |
| Octal | 50 | 117 | 133 | 70 | 15 | 0 | 100 | 302 | 47 | 32 |
| Binary | 101000 | 1001111 | 1011011 | 111000 | 1101 | 0 | 1000000 | 11000010 | 100111 | 11010 |
Color Harmonies of #284F5B
Complementary color
Monochromatic Colors of #284F5B
Black with #284F5B
Text Example
Text Example
White with #284F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284F5B; }
p { color: rgb(40,79,91); }
H1.HeaderClassName
{
color: #284F5B;
}
.AnyTagClassName
{
color: #284F5B;
}
</style>
background-color css
<style>
a { background-color: #284F5B; }
a { background-color: rgb(40,79,91); }
div.DivClassName
{
background-color: #284F5B;
}
.BgClassName
{
background-color: #284F5B;
}
</style>
border-color css
<style>
span { border-color: #284F5B; }
span { border-color: rgb(40,79,91); }
td.TdClassName
{
border-color: #284F5B;
}
.TagClassName
{
border-color: #284F5B;
}
</style>