Shades of Teal #02758C
Tints of Teal #02758C
RGB
CMYK
RGB Variations
Color information
#02758C (or 0x02758C) is known color: Teal. HEX triplet: 02, 75 and 8C. RGB value is (2,117,140). Sum of RGB (Red+Green+Blue) = 2+117+140=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #02758C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02758C is #FD8A73. Grayscale: #555555. Windows color (decimal): -16616052 or 9204994. OLE color: 9204994.
HSL color Cylindrical-coordinate representation of color #02758C: hue angle of 190º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02758C is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 117 | 140 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.45 |
| HSL | 190º | 0.97% | 0.28% | - |
| HSV(B) | 190º | 0.99% | 0.55% | - |
| XYZ | 11.12 | 14.63 | 27.05 | - |
| YUV | 85.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 140 | 0.99 | 0.16 | 0 | 0.45 | 190 | 0.97 | 0.28 |
| Hex | 2 | 75 | 8C | 63 | 10 | 0 | 2D | BE | 61 | 1C |
| Octal | 2 | 165 | 214 | 143 | 20 | 0 | 55 | 276 | 141 | 34 |
| Binary | 10 | 1110101 | 10001100 | 1100011 | 10000 | 0 | 101101 | 10111110 | 1100001 | 11100 |
Color Harmonies of #02758C
Complementary color
Monochromatic Colors of #02758C
Black with #02758C
Text Example
Text Example
White with #02758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02758C; }
p { color: rgb(2,117,140); }
H1.HeaderClassName
{
color: #02758C;
}
.AnyTagClassName
{
color: #02758C;
}
</style>
background-color css
<style>
a { background-color: #02758C; }
a { background-color: rgb(2,117,140); }
div.DivClassName
{
background-color: #02758C;
}
.BgClassName
{
background-color: #02758C;
}
</style>
border-color css
<style>
span { border-color: #02758C; }
span { border-color: rgb(2,117,140); }
td.TdClassName
{
border-color: #02758C;
}
.TagClassName
{
border-color: #02758C;
}
</style>