Shades of Deep Teal #04523B
Tints of Deep Teal #04523B
RGB
CMYK
RGB Variations
Color information
#04523B (or 0x04523B) is known color: Deep Teal. HEX triplet: 04, 52 and 3B. RGB value is (4,82,59). Sum of RGB (Red+Green+Blue) = 4+82+59=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #04523B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04523B is #FBADC4. Grayscale: #383838. Windows color (decimal): -16494021 or 3887620. OLE color: 3887620.
HSL color Cylindrical-coordinate representation of color #04523B: hue angle of 162.31º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04523B is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 82 | 59 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.68 |
| HSL | 162.31º | 0.91% | 0.17% | - |
| HSV(B) | 162.31º | 0.95% | 0.32% | - |
| XYZ | 3.86 | 6.38 | 5.17 | - |
| YUV | 56.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 59 | 0.95 | 0 | 0.28 | 0.68 | 162.31 | 0.91 | 0.17 |
| Hex | 4 | 52 | 3B | 5F | 0 | 1C | 44 | A2 | 5B | 11 |
| Octal | 4 | 122 | 73 | 137 | 0 | 34 | 104 | 242 | 133 | 21 |
| Binary | 100 | 1010010 | 111011 | 1011111 | 0 | 11100 | 1000100 | 10100010 | 1011011 | 10001 |
Color Harmonies of #04523B
Complementary color
Monochromatic Colors of #04523B
Black with #04523B
Text Example
Text Example
White with #04523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04523B; }
p { color: rgb(4,82,59); }
H1.HeaderClassName
{
color: #04523B;
}
.AnyTagClassName
{
color: #04523B;
}
</style>
background-color css
<style>
a { background-color: #04523B; }
a { background-color: rgb(4,82,59); }
div.DivClassName
{
background-color: #04523B;
}
.BgClassName
{
background-color: #04523B;
}
</style>
border-color css
<style>
span { border-color: #04523B; }
span { border-color: rgb(4,82,59); }
td.TdClassName
{
border-color: #04523B;
}
.TagClassName
{
border-color: #04523B;
}
</style>