#12413A

Color #12413A Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #12413A

Tints of Deep Teal #12413A

Color information

#12413A (or 0x12413A) is unknown color: approx Deep Teal. HEX triplet: 12, 41 and 3A. RGB value is (18,65,58). Sum of RGB (Red+Green+Blue) = 18+65+58=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #12413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12413A is #EDBEC5. Grayscale: #323232. Windows color (decimal): -15580870 or 3817746. OLE color: 3817746.

HSL color Cylindrical-coordinate representation of color #12413A: hue angle of 171.06º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12413A is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB186558-
CMYK0.7200.110.75
HSL171.06º56.63%16.27%-
HSV(B)171.06º72.31%25.49%-
XYZ2.94.214.66-
YUV50.15132.43105.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=12.77%
G=46.10%
B=41.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865580.7200.110.75171.0656.6316.27
Hex12413A480B4Bab3910
Octal22101721100131132537120
Binary10010100000111101010010000101110010111010101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12413A; }

 p { color: rgb(18,65,58); }

 H1.HeaderClassName
 {
   color: #12413A;
 }
 .AnyTagClassName
 {
   color: #12413A;
 }
</style>
background-color css

<style>
 a { background-color: #12413A; }

 a { background-color: rgb(18,65,58); }

 div.DivClassName
 {
   background-color: #12413A;
 }
 .BgClassName
 {
   background-color: #12413A;
 }
</style>
border-color css

<style>
 span { border-color: #12413A; }

 span { border-color: rgb(18,65,58); }

 td.TdClassName
 {
   border-color: #12413A;
 }
 .TagClassName
 {
   border-color: #12413A;
 }
</style>