Shades of Teal #03758B
Tints of Teal #03758B
RGB
CMYK
RGB Variations
Color information
#03758B (or 0x03758B) is known color: Teal. HEX triplet: 03, 75 and 8B. RGB value is (3,117,139). Sum of RGB (Red+Green+Blue) = 3+117+139=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #03758B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03758B is #FC8A74. Grayscale: #555555. Windows color (decimal): -16550517 or 9139459. OLE color: 9139459.
HSL color Cylindrical-coordinate representation of color #03758B: hue angle of 189.71º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03758B is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 117 | 139 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.45 |
| HSL | 189.71º | 0.96% | 0.28% | - |
| HSV(B) | 189.71º | 0.98% | 0.55% | - |
| XYZ | 11.06 | 14.61 | 26.66 | - |
| YUV | 85.42 | 158.23 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 139 | 0.98 | 0.16 | 0 | 0.45 | 189.71 | 0.96 | 0.28 |
| Hex | 3 | 75 | 8B | 62 | 10 | 0 | 2D | BE | 60 | 1C |
| Octal | 3 | 165 | 213 | 142 | 20 | 0 | 55 | 276 | 140 | 34 |
| Binary | 11 | 1110101 | 10001011 | 1100010 | 10000 | 0 | 101101 | 10111110 | 1100000 | 11100 |
Color Harmonies of #03758B
Complementary color
Monochromatic Colors of #03758B
Black with #03758B
Text Example
Text Example
White with #03758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03758B; }
p { color: rgb(3,117,139); }
H1.HeaderClassName
{
color: #03758B;
}
.AnyTagClassName
{
color: #03758B;
}
</style>
background-color css
<style>
a { background-color: #03758B; }
a { background-color: rgb(3,117,139); }
div.DivClassName
{
background-color: #03758B;
}
.BgClassName
{
background-color: #03758B;
}
</style>
border-color css
<style>
span { border-color: #03758B; }
span { border-color: rgb(3,117,139); }
td.TdClassName
{
border-color: #03758B;
}
.TagClassName
{
border-color: #03758B;
}
</style>