Shades of Teal Blue #27575F
Tints of Teal Blue #27575F
RGB
CMYK
RGB Variations
Color information
#27575F (or 0x27575F) is known color: Teal Blue. HEX triplet: 27, 57 and 5F. RGB value is (39,87,95). Sum of RGB (Red+Green+Blue) = 39+87+95=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #27575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27575F is #D8A8A0. Grayscale: #494949. Windows color (decimal): -14198945 or 6248231. OLE color: 6248231.
HSL color Cylindrical-coordinate representation of color #27575F: hue angle of 188.57º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27575F is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 87 | 95 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.63 |
| HSL | 188.57º | 0.42% | 0.26% | - |
| HSV(B) | 188.57º | 0.59% | 0.37% | - |
| XYZ | 6.31 | 8.07 | 12.05 | - |
| YUV | 73.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 87 | 95 | 0.59 | 0.08 | 0 | 0.63 | 188.57 | 0.42 | 0.26 |
| Hex | 27 | 57 | 5F | 3B | 8 | 0 | 3F | BD | 2A | 1A |
| Octal | 47 | 127 | 137 | 73 | 10 | 0 | 77 | 275 | 52 | 32 |
| Binary | 100111 | 1010111 | 1011111 | 111011 | 1000 | 0 | 111111 | 10111101 | 101010 | 11010 |
Color Harmonies of #27575F
Complementary color
Monochromatic Colors of #27575F
Black with #27575F
Text Example
Text Example
White with #27575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27575F; }
p { color: rgb(39,87,95); }
H1.HeaderClassName
{
color: #27575F;
}
.AnyTagClassName
{
color: #27575F;
}
</style>
background-color css
<style>
a { background-color: #27575F; }
a { background-color: rgb(39,87,95); }
div.DivClassName
{
background-color: #27575F;
}
.BgClassName
{
background-color: #27575F;
}
</style>
border-color css
<style>
span { border-color: #27575F; }
span { border-color: rgb(39,87,95); }
td.TdClassName
{
border-color: #27575F;
}
.TagClassName
{
border-color: #27575F;
}
</style>