Shades of Teal Blue #27525A
Tints of Teal Blue #27525A
RGB
CMYK
RGB Variations
Color information
#27525A (or 0x27525A) is known color: Teal Blue. HEX triplet: 27, 52 and 5A. RGB value is (39,82,90). Sum of RGB (Red+Green+Blue) = 39+82+90=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #27525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27525A is #D8ADA5. Grayscale: #454545. Windows color (decimal): -14200230 or 5919271. OLE color: 5919271.
HSL color Cylindrical-coordinate representation of color #27525A: hue angle of 189.41º 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 #27525A is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 82 | 90 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.65 |
| HSL | 189.41º | 0.4% | 0.25% | - |
| HSV(B) | 189.41º | 0.57% | 0.35% | - |
| XYZ | 5.7 | 7.2 | 10.76 | - |
| YUV | 70.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 90 | 0.57 | 0.09 | 0 | 0.65 | 189.41 | 0.4 | 0.25 |
| Hex | 27 | 52 | 5A | 39 | 9 | 0 | 41 | BD | 28 | 19 |
| Octal | 47 | 122 | 132 | 71 | 11 | 0 | 101 | 275 | 50 | 31 |
| Binary | 100111 | 1010010 | 1011010 | 111001 | 1001 | 0 | 1000001 | 10111101 | 101000 | 11001 |
Color Harmonies of #27525A
Complementary color
Monochromatic Colors of #27525A
Black with #27525A
Text Example
Text Example
White with #27525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27525A; }
p { color: rgb(39,82,90); }
H1.HeaderClassName
{
color: #27525A;
}
.AnyTagClassName
{
color: #27525A;
}
</style>
background-color css
<style>
a { background-color: #27525A; }
a { background-color: rgb(39,82,90); }
div.DivClassName
{
background-color: #27525A;
}
.BgClassName
{
background-color: #27525A;
}
</style>
border-color css
<style>
span { border-color: #27525A; }
span { border-color: rgb(39,82,90); }
td.TdClassName
{
border-color: #27525A;
}
.TagClassName
{
border-color: #27525A;
}
</style>