Shades of Deep Teal #01523C
Tints of Deep Teal #01523C
RGB
CMYK
RGB Variations
Color information
#01523C (or 0x01523C) is known color: Deep Teal. HEX triplet: 01, 52 and 3C. RGB value is (1,82,60). Sum of RGB (Red+Green+Blue) = 1+82+60=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #01523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01523C is #FEADC3. Grayscale: #373737. Windows color (decimal): -16690628 or 3953153. OLE color: 3953153.
HSL color Cylindrical-coordinate representation of color #01523C: hue angle of 163.7º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01523C is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 82 | 60 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.68 |
| HSL | 163.7º | 0.98% | 0.16% | - |
| HSV(B) | 163.7º | 0.99% | 0.32% | - |
| XYZ | 3.85 | 6.37 | 5.3 | - |
| YUV | 55.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 60 | 0.99 | 0 | 0.27 | 0.68 | 163.7 | 0.98 | 0.16 |
| Hex | 1 | 52 | 3C | 63 | 0 | 1B | 44 | A4 | 62 | 10 |
| Octal | 1 | 122 | 74 | 143 | 0 | 33 | 104 | 244 | 142 | 20 |
| Binary | 1 | 1010010 | 111100 | 1100011 | 0 | 11011 | 1000100 | 10100100 | 1100010 | 10000 |
Color Harmonies of #01523C
Complementary color
Monochromatic Colors of #01523C
Black with #01523C
Text Example
Text Example
White with #01523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01523C; }
p { color: rgb(1,82,60); }
H1.HeaderClassName
{
color: #01523C;
}
.AnyTagClassName
{
color: #01523C;
}
</style>
background-color css
<style>
a { background-color: #01523C; }
a { background-color: rgb(1,82,60); }
div.DivClassName
{
background-color: #01523C;
}
.BgClassName
{
background-color: #01523C;
}
</style>
border-color css
<style>
span { border-color: #01523C; }
span { border-color: rgb(1,82,60); }
td.TdClassName
{
border-color: #01523C;
}
.TagClassName
{
border-color: #01523C;
}
</style>