Shades of Teal Blue #27515A
Tints of Teal Blue #27515A
RGB
CMYK
RGB Variations
Color information
#27515A (or 0x27515A) is known color: Teal Blue. HEX triplet: 27, 51 and 5A. RGB value is (39,81,90). Sum of RGB (Red+Green+Blue) = 39+81+90=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #27515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27515A is #D8AEA5. Grayscale: #454545. Windows color (decimal): -14200486 or 5919015. OLE color: 5919015.
HSL color Cylindrical-coordinate representation of color #27515A: hue angle of 190.59º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27515A is Cyan = 0.57, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 81 | 90 | - |
| CMYK | 0.57 | 0.1 | 0 | 0.65 |
| HSL | 190.59º | 0.4% | 0.25% | - |
| HSV(B) | 190.59º | 0.57% | 0.35% | - |
| XYZ | 5.62 | 7.05 | 10.74 | - |
| YUV | 69.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 90 | 0.57 | 0.1 | 0 | 0.65 | 190.59 | 0.4 | 0.25 |
| Hex | 27 | 51 | 5A | 39 | A | 0 | 41 | BF | 28 | 19 |
| Octal | 47 | 121 | 132 | 71 | 12 | 0 | 101 | 277 | 50 | 31 |
| Binary | 100111 | 1010001 | 1011010 | 111001 | 1010 | 0 | 1000001 | 10111111 | 101000 | 11001 |
Color Harmonies of #27515A
Complementary color
Monochromatic Colors of #27515A
Black with #27515A
Text Example
Text Example
White with #27515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27515A; }
p { color: rgb(39,81,90); }
H1.HeaderClassName
{
color: #27515A;
}
.AnyTagClassName
{
color: #27515A;
}
</style>
background-color css
<style>
a { background-color: #27515A; }
a { background-color: rgb(39,81,90); }
div.DivClassName
{
background-color: #27515A;
}
.BgClassName
{
background-color: #27515A;
}
</style>
border-color css
<style>
span { border-color: #27515A; }
span { border-color: rgb(39,81,90); }
td.TdClassName
{
border-color: #27515A;
}
.TagClassName
{
border-color: #27515A;
}
</style>