Shades of Deep Teal #123F35
Tints of Deep Teal #123F35
RGB
CMYK
RGB Variations
Color information
#123F35 (or 0x123F35) is known color: Deep Teal. HEX triplet: 12, 3F and 35. RGB value is (18,63,53). Sum of RGB (Red+Green+Blue) = 18+63+53=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #123F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F35 is #EDC0CA. Grayscale: #303030. Windows color (decimal): -15581387 or 3489554. OLE color: 3489554.
HSL color Cylindrical-coordinate representation of color #123F35: hue angle of 166.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F35 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 63 | 53 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.75 |
| HSL | 166.67º | 0.56% | 0.16% | - |
| HSV(B) | 166.67º | 0.71% | 0.25% | - |
| XYZ | 2.67 | 3.94 | 3.99 | - |
| YUV | 48.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 53 | 0.71 | 0 | 0.16 | 0.75 | 166.67 | 0.56 | 0.16 |
| Hex | 12 | 3F | 35 | 47 | 0 | 10 | 4B | A7 | 38 | 10 |
| Octal | 22 | 77 | 65 | 107 | 0 | 20 | 113 | 247 | 70 | 20 |
| Binary | 10010 | 111111 | 110101 | 1000111 | 0 | 10000 | 1001011 | 10100111 | 111000 | 10000 |
Color Harmonies of #123F35
Complementary color
Monochromatic Colors of #123F35
Black with #123F35
Text Example
Text Example
White with #123F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F35; }
p { color: rgb(18,63,53); }
H1.HeaderClassName
{
color: #123F35;
}
.AnyTagClassName
{
color: #123F35;
}
</style>
background-color css
<style>
a { background-color: #123F35; }
a { background-color: rgb(18,63,53); }
div.DivClassName
{
background-color: #123F35;
}
.BgClassName
{
background-color: #123F35;
}
</style>
border-color css
<style>
span { border-color: #123F35; }
span { border-color: rgb(18,63,53); }
td.TdClassName
{
border-color: #123F35;
}
.TagClassName
{
border-color: #123F35;
}
</style>