Shades of Deep Teal #17433C
Tints of Deep Teal #17433C
RGB
CMYK
RGB Variations
Color information
#17433C (or 0x17433C) is known color: Deep Teal. HEX triplet: 17, 43 and 3C. RGB value is (23,67,60). Sum of RGB (Red+Green+Blue) = 23+67+60=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #17433C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17433C is #E8BCC3. Grayscale: #353535. Windows color (decimal): -15252676 or 3949335. OLE color: 3949335.
HSL color Cylindrical-coordinate representation of color #17433C: hue angle of 170.45º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #17433C is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 67 | 60 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.74 |
| HSL | 170.45º | 0.49% | 0.18% | - |
| HSV(B) | 170.45º | 0.66% | 0.26% | - |
| XYZ | 3.18 | 4.52 | 4.98 | - |
| YUV | 53.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 60 | 0.66 | 0 | 0.10 | 0.74 | 170.45 | 0.49 | 0.18 |
| Hex | 17 | 43 | 3C | 42 | 0 | A | 4A | AA | 31 | 12 |
| Octal | 27 | 103 | 74 | 102 | 0 | 12 | 112 | 252 | 61 | 22 |
| Binary | 10111 | 1000011 | 111100 | 1000010 | 0 | 1010 | 1001010 | 10101010 | 110001 | 10010 |
Color Harmonies of #17433C
Complementary color
Monochromatic Colors of #17433C
Black with #17433C
Text Example
Text Example
White with #17433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17433C; }
p { color: rgb(23,67,60); }
H1.HeaderClassName
{
color: #17433C;
}
.AnyTagClassName
{
color: #17433C;
}
</style>
background-color css
<style>
a { background-color: #17433C; }
a { background-color: rgb(23,67,60); }
div.DivClassName
{
background-color: #17433C;
}
.BgClassName
{
background-color: #17433C;
}
</style>
border-color css
<style>
span { border-color: #17433C; }
span { border-color: rgb(23,67,60); }
td.TdClassName
{
border-color: #17433C;
}
.TagClassName
{
border-color: #17433C;
}
</style>