Shades of Deep Teal #04523C
Tints of Deep Teal #04523C
RGB
CMYK
RGB Variations
Color information
#04523C (or 0x04523C) is known color: Deep Teal. HEX triplet: 04, 52 and 3C. RGB value is (4,82,60). Sum of RGB (Red+Green+Blue) = 4+82+60=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #04523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04523C is #FBADC3. Grayscale: #383838. Windows color (decimal): -16494020 or 3953156. OLE color: 3953156.
HSL color Cylindrical-coordinate representation of color #04523C: hue angle of 163.08º 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 #04523C is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 82 | 60 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.68 |
| HSL | 163.08º | 0.91% | 0.17% | - |
| HSV(B) | 163.08º | 0.95% | 0.32% | - |
| XYZ | 3.88 | 6.39 | 5.3 | - |
| YUV | 56.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 60 | 0.95 | 0 | 0.27 | 0.68 | 163.08 | 0.91 | 0.17 |
| Hex | 4 | 52 | 3C | 5F | 0 | 1B | 44 | A3 | 5B | 11 |
| Octal | 4 | 122 | 74 | 137 | 0 | 33 | 104 | 243 | 133 | 21 |
| Binary | 100 | 1010010 | 111100 | 1011111 | 0 | 11011 | 1000100 | 10100011 | 1011011 | 10001 |
Color Harmonies of #04523C
Complementary color
Monochromatic Colors of #04523C
Black with #04523C
Text Example
Text Example
White with #04523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04523C; }
p { color: rgb(4,82,60); }
H1.HeaderClassName
{
color: #04523C;
}
.AnyTagClassName
{
color: #04523C;
}
</style>
background-color css
<style>
a { background-color: #04523C; }
a { background-color: rgb(4,82,60); }
div.DivClassName
{
background-color: #04523C;
}
.BgClassName
{
background-color: #04523C;
}
</style>
border-color css
<style>
span { border-color: #04523C; }
span { border-color: rgb(4,82,60); }
td.TdClassName
{
border-color: #04523C;
}
.TagClassName
{
border-color: #04523C;
}
</style>